colmena-auto-upgrade: forcibly update git repo to remote
Alan Pearce alan@alanpearce.eu
Mon, 24 Mar 2025 00:00:38 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
M system/settings/colmena-auto-upgrade.nix → system/settings/colmena-auto-upgrade.nix
@@ -227,7 +227,7 @@ '' ${lib.optionalString cfg.git.enable '' ${git} fetch --prune - ${git} checkout ${cfg.git.branch} + ${git} reset --hard ${cfg.git.branch} '' }