diff options
-rw-r--r-- | hm/soispha/conf/git/default.nix | 2 |
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" ]; |