mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
lint: Update ShellCheck to 0.6.0.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
9c8eeaed85
commit
149132348f
@@ -8,7 +8,7 @@ function error_out {
|
||||
}
|
||||
|
||||
status=$(git status --porcelain | grep -v '^??')
|
||||
[ ! -z "$status" ] && error_out "Working directory or index not clean"
|
||||
[ -n "$status" ] && error_out "Working directory or index not clean"
|
||||
|
||||
old_ref=$(git rev-list --max-count=1 HEAD)
|
||||
branch=$1
|
||||
|
Reference in New Issue
Block a user