Skip to content

Commit 94939e8

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35137: Add deployment configuration set command
- fixed command status message
1 parent 6eda3fe commit 94939e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function ($value) {
104104
}
105105
);
106106

107-
$optionsToChange = array_diff($inputOptions, $commandOptions);
107+
$optionsToChange = array_intersect(array_keys($inputOptions), array_keys($commandOptions));
108108

109109
$this->configModel->process($inputOptions);
110110

0 commit comments

Comments
 (0)