Skip to content

Commit

Permalink
makesure_stable should not be changed before the release #60
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 29, 2021
1 parent 68c2c1c commit 6a9734e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makesure
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function currentTimeMillis( script, res) {
return +res
}
function selfUpdate( url, tmp, err, newVer) {
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure_stable?token=" rand()
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure?token=" rand()
tmp = executeGetLine("mktemp /tmp/makesure_new.XXXXXXXXXX")
err = dl(url, tmp)
if (!err && !ok("chmod +x " tmp)) err = "can'\''t chmod +x " tmp
Expand Down
2 changes: 1 addition & 1 deletion makesure_candidate
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function currentTimeMillis( script, res) {
return +res
}
function selfUpdate( url, tmp, err, newVer) {
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure_stable?token=" rand()
url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure?token=" rand()
tmp = executeGetLine("mktemp /tmp/makesure_new.XXXXXXXXXX")
err = dl(url, tmp)
if (!err && !ok("chmod +x " tmp)) err = "can'\''t chmod +x " tmp
Expand Down

0 comments on commit 6a9734e

Please sign in to comment.