mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) simportConfig -> importConfig
This commit is contained in:
parent
b06c9499a3
commit
fcdb2e3a28
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ async function main() {
|
|||
config.write();
|
||||
|
||||
await tryToCatch(checkUpdate);
|
||||
await simportConfig(config);
|
||||
await importConfig(config);
|
||||
}
|
||||
|
||||
async function validateRoot(root, config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue