aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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