diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index b37b8625..201331af 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -212,12 +212,11 @@ async function main() { start(options, config); - await tryToCatch(checkUpdate); - await importConfig(config); - if (args.save) config.write(); + await tryToCatch(checkUpdate); + await importConfig(config); } function validateRoot(root, config) {