Skip to content

Commit 50b30b3

Browse files
committed
Returen status for timezone list command
1 parent a2dc834 commit 50b30b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
5656
}
5757

5858
$table->render($output);
59-
59+
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
6060
}
6161
}

0 commit comments

Comments
 (0)