summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnix-script-switch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script-switch.sh b/nix-script-switch.sh
index 9b25614..318cccf 100755
--- a/nix-script-switch.sh
+++ b/nix-script-switch.sh
@@ -92,7 +92,7 @@ then
fi
fi
- explain git --git-dir="$WD/.git" --work-tree="$WD" $GIT_COMMAND "$TAG_NAME"
+ __git $GIT_COMMAND "$TAG_NAME"
else
stderr "Switching failed. Won't executing any further commands."