Skip to content

Commit eeb757c

Browse files
author
Fred Sung
committed
MAGETWO-36367: Fix Messages in Setup CLI Commands
- Added absent space before "Run"
1 parent 1d5656a commit eeb757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ private function assertDeploymentConfigExists()
10581058
if (!$this->deploymentConfig->isAvailable()) {
10591059
throw new \Magento\Setup\Exception(
10601060
"Can't run this operation: deployment configuration is absent."
1061-
. "Run 'magento setup:config:set --help' for options."
1061+
. " Run 'magento setup:config:set --help' for options."
10621062
);
10631063
}
10641064
}

0 commit comments

Comments
 (0)