Skip to content

Commit 248073d

Browse files
committed
Returen status for timezone list command
1 parent 5de9601 commit 248073d

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)