diff options
Diffstat (limited to '')
-rw-r--r-- | git-fetch-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch-email.sh b/git-fetch-email.sh index 168dd7a..3272a2b 100644 --- a/git-fetch-email.sh +++ b/git-fetch-email.sh @@ -95,7 +95,7 @@ fetch() { ${to:+-T "${to}"} \ ${cc:+-C "${cc}"} \ ${user} - local status=$? + status=$? if [ $status -ne 78 ]; then description | git credential approve else |