diff options
Diffstat (limited to 'sync/griff')
-rwxr-xr-x | sync/griff | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,9 +29,7 @@ for repo in $repos; do git status | grep -v '(use' read -p "Would you like to view the changes? [y/n]: " viewchange case $viewchange in - y|yes|Y|Yes) - git diff HEAD $REF -- $DIR - ;; + y|yes|Y|Yes) git diff HEAD $REF -- $DIR ;; esac read -p "Would you like to push these changes? [y/n]: " pushchange case $pushchange in |