diff --git a/Justfile b/Justfile index 7783df3..f3ff469 100755 --- a/Justfile +++ b/Justfile @@ -87,13 +87,11 @@ update-this-device rebuild-mode='switch': export SYSREBUILD_LOG=.$(hostname -s)_sysrebuild.log just -v rebuild-this-device dry-activate || { echo ERROR: Update failed, reverting ${outfile}... - git checkout ${outfile} exit 1 } just -v rebuild-this-device {{rebuild-mode}} || { echo ERROR: Rebuilding in {{rebuild-mode}}-mode failed - git checkout ${outfile} exit 1 }