From 90e34cc6f72ffc39ebea23b5624dea4ccecffe77 Mon Sep 17 00:00:00 2001 From: jstayco <127801635+jstayco@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:20:13 -0700 Subject: [PATCH] Small improvement to an stdout line. Just a typo fix and added a word in an echo statement. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 112d942..c24d48b 100755 --- a/setup.sh +++ b/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