Skip to content

Commit

Permalink
ensure exec commands return int
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 4, 2020
1 parent 6368213 commit 4eb3613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/Flex/FlexExecCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
. implode(' ', $commands)
. '` succeeded</info>'
);
return 0;
}

/**
Expand Down

0 comments on commit 4eb3613

Please sign in to comment.