Small formatting consistency tweak

This commit is contained in:
Joshua Boniface 2019-01-19 21:19:42 -05:00
parent daaa007fea
commit 85966b54fb

2
build
View file

@ -167,7 +167,7 @@ fi
git fetch --all
git checkout origin/${web_branch} || {
echo "Error: 'jellyfin-web' branch ${web_branch} is invalid."
echo "ERROR: 'jellyfin-web' branch ${web_branch} is invalid."
exit 1
}
popd