Skip to content

Commit a9fe3a6

Browse files
tujturegjorup
andauthored
Update src/Command/Utils/ConvertConfigJsonToEnvCommand.php
Co-authored-by: Ture Gjørup <[email protected]>
1 parent 42adda5 commit a9fe3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Utils/ConvertConfigJsonToEnvCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class ConvertConfigJsonToEnvCommand extends Command
2222
protected function configure(): void
2323
{
2424
$this->addArgument('filepath', InputArgument::REQUIRED, 'Path to the file to convert');
25+
$this->addArgument('filepath', InputArgument::REQUIRED, 'Path to the file or URL to convert');
2526
$this->addOption('type', 't', InputOption::VALUE_REQUIRED, 'Type of the config (admin or client).', null, ['admin', 'client']);
2627
}
2728

0 commit comments

Comments
 (0)