Align installer output for updating repo

This commit is contained in:
Mcat12 2016-12-23 11:51:34 -05:00 committed by GitHub
parent 5b4653cf39
commit 73a80ff7dc
1 changed files with 1 additions and 1 deletions

View File

@ -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