Skip to content

Commit

Permalink
selfupdate is broken #174 : make makesure provide manual update instr…
Browse files Browse the repository at this point in the history
…uctions in case of selfupdate error
  • Loading branch information
xonixx committed Dec 9, 2024
1 parent f747d4b commit 1256e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ function selfUpdate( tmp, err, newVer,line,sha) {
}
}
rm(tmp)
if (err) die(err)
if (err) die(err "\nPlease use manual update: https://makesure.dev/Installation.html")
}

function renderDuration(deltaMillis,\
Expand Down

0 comments on commit 1256e64

Please sign in to comment.