Update style to match the rest of the script

This commit is contained in:
Tianon Gravi 2014-10-01 18:36:13 -06:00
parent 401cfb2905
commit 15cbbcd21d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ for repoTag in "${repos[@]}"; do
gitRef="${commitDir%% *}"
gitDir="${commitDir#* }"
if [ "$gitDir" = "$commitDir" ]; then
gitDir=''
gitDir=
fi
gitRepo="${gitUrl#*://}"