Small improvement to an stdout line.
Just a typo fix and added a word in an echo statement.
This commit is contained in:
parent
a062dabe86
commit
90e34cc6f7
2
setup.sh
2
setup.sh
@ -197,7 +197,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
git checkout "$BRANCH"
|
||||
else
|
||||
cd "$DIR" || exit 1
|
||||
echo "git repo detected. Attempting tp update repo instead."
|
||||
echo "git repo detected. Attempting to update repository instead."
|
||||
echo "Updating: $GIT_REPO"
|
||||
git pull "$GIT_REPO"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user