Skip to content

Commit

Permalink
Update modman-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
andkirby committed May 1, 2016
1 parent 0e27d9c commit 0b8b540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/modman-generate
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $file = $gitRoot . DIRECTORY_SEPARATOR . 'modman';

if (false === file_put_contents($file, $output)) {
echo "error: 'modman' cannot be generated." . PHP_EOL;
exit(1);
} else {
echo "'modman' file generated." . PHP_EOL;
}
Expand Down

0 comments on commit 0b8b540

Please sign in to comment.