mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix bug in update checks
This commit is contained in:
parent
d80f212fb3
commit
377e8185c8
3
init/msm
3
init/msm
@ -2086,7 +2086,8 @@ command_update() {
|
|||||||
|
|
||||||
download_upstream_versions
|
download_upstream_versions
|
||||||
|
|
||||||
local updating creating
|
local updating="false"
|
||||||
|
local creating="false"
|
||||||
|
|
||||||
files_need_updating && updating="true"
|
files_need_updating && updating="true"
|
||||||
files_need_updating && creating="true"
|
files_need_updating && creating="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user