From 85966b54fb6305402deef05fde2289a3e2568a6a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 19 Jan 2019 21:19:42 -0500 Subject: [PATCH] Small formatting consistency tweak --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index e9c288ff53..98f2e622a4 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