summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 58acb93d..047c63b8 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -898,7 +898,7 @@ in rec {
898 [[ $? -eq 0 ]] || exit 0 898 [[ $? -eq 0 ]] || exit 0
899 899
900 git() { 900 git() {
901 $(whence -cp git) -C ''${repository} ${@} 901 $(whence -cp git) -C ''${repository} ''${@}
902 } 902 }
903 903
904 typeset -a changeSet 904 typeset -a changeSet