Update style to match the rest of the script
This commit is contained in:
parent
401cfb2905
commit
15cbbcd21d
2
build.sh
2
build.sh
|
|
@ -161,7 +161,7 @@ for repoTag in "${repos[@]}"; do
|
||||||
gitRef="${commitDir%% *}"
|
gitRef="${commitDir%% *}"
|
||||||
gitDir="${commitDir#* }"
|
gitDir="${commitDir#* }"
|
||||||
if [ "$gitDir" = "$commitDir" ]; then
|
if [ "$gitDir" = "$commitDir" ]; then
|
||||||
gitDir=''
|
gitDir=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gitRepo="${gitUrl#*://}"
|
gitRepo="${gitUrl#*://}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue