aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-01-19 21:19:42 -0500
committerJoshua Boniface <joshua@boniface.me>2019-01-19 21:19:42 -0500
commit85966b54fb6305402deef05fde2289a3e2568a6a (patch)
treecf80eee9913a744b2d0737147d05bd77d1318161 /build
parentdaaa007fea32cf8b12ec947ccd5f0fd5f2b402d4 (diff)
Small formatting consistency tweak
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e9c288ff5..98f2e622a 100755
--- a/build
+++ b/build
@@ -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