diff --git a/bin/pyenv-update b/bin/pyenv-update index 1f7044c..496229d 100755 --- a/bin/pyenv-update +++ b/bin/pyenv-update @@ -20,7 +20,7 @@ verify_repo_branch() { } verify_repo_clean() { - ! ( cd "$1" && git status --short ) | grep -q -v '^[!?][!?]' + ! ( cd "$1" && git status --porcelain ) | grep -q -v '^[!?][!?]' } verify_repo() {