소스 검색

Small formatting consistency tweak

Joshua Boniface 6 년 전
부모
커밋
85966b54fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build

+ 1 - 1
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