about summary refs log tree commit diff stats
path: root/build/rust/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'build/rust/.envrc')
-rw-r--r--build/rust/.envrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rust/.envrc b/build/rust/.envrc
index 3db39e6..dc660f3 100644
--- a/build/rust/.envrc
+++ b/build/rust/.envrc
@@ -6,6 +6,6 @@ watch_file flake.nix
 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