diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.envrc b/.envrc index 525634c..070726d 100644 --- a/.envrc +++ b/.envrc @@ -17,6 +17,6 @@ PATH_add ./target/release PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi |