about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/git/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix
index eda42210..327a2cc2 100644
--- a/hm/soispha/conf/git/default.nix
+++ b/hm/soispha/conf/git/default.nix
@@ -68,7 +68,7 @@ in {
         "--message='WIPE-SAVEPOINT'"
         "--no-gpg-sign"
         "&&"
-        "git reset $${1:-HEAD~} --hard"
+        "git reset \${1:-HEAD~} --hard"
         "&&"
         "git clean -fd"
       ];