From 73a80ff7dca240db484e42514ec14b3bc4e7398c Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Fri, 23 Dec 2016 11:51:34 -0500 Subject: [PATCH] Align installer output for updating repo --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 5156d733..57f06518 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -158,7 +158,7 @@ make_repo() { update_repo() { local directory="${1}" # Pull the latest commits - echo -n "::: Updating repo in $1..." + echo -n "::: Updating repo in $1..." cd "${directory}" || exit 1 git stash -q &> /dev/null git pull -q &> /dev/null