mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 18:42:13 +08:00
DEV: Fixes typo in git stash message comparison.
This commit is contained in:
@@ -27,7 +27,7 @@ nosetests -x
|
||||
# But if either fail, it's probably best to have only the offending
|
||||
# staged commits 'active', anyway.
|
||||
stash_result=$(git stash --keep-index)
|
||||
if [ "$stash_result" != "No local changes to save." ]
|
||||
if [ "$stash_result" != "No local changes to save" ]
|
||||
then
|
||||
git stash pop -q
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user