Commit db0e9cf1be54

Vincent Demeester <vincent@sbr.pm>
2020-03-18 17:43:16
Do not reset HEAD 🎧
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 98d0701
Changed files (1)
tmp
nixos-configuration
machine
tmp/nixos-configuration/machine/honshu.nix
@@ -100,7 +100,7 @@ with import ../assets/machines.nix; {
     script = ''
     set -e
      cd /mnt/synodine/volumeUSB2/usbshare/src/github.com/vdemeester/configs/
-     mr -t run git reset --hard HEAD
+     mr -t run git reset --hard
      mr -t u
     '';