ConfigCommand: fix --force
This commit is contained in:
parent
5dc641035d
commit
e858539d2b
|
@ -67,7 +67,8 @@ class ConfigCommand extends Command
|
|||
return;
|
||||
}
|
||||
|
||||
} else {
|
||||
}
|
||||
|
||||
if ($api->dumpConfig($config, $db)) {
|
||||
printf("Config '%s' has been deployed\n", $checksum);
|
||||
} else {
|
||||
|
@ -76,7 +77,6 @@ class ConfigCommand extends Command
|
|||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function filesAction()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue