Skip to content

Commit

Permalink
Hiding metadata for initial git commit call.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jun 5, 2017
1 parent f5e663e commit 72902bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Robo/Commands/Blt/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public function initAndCommitRepo() {
->exec("git commit -m 'Initial commit.'")
->interactive(FALSE)
->printOutput(FALSE)
->printMetadata(FALSE)
->run();

if (!$result->wasSuccessful()) {
Expand Down

0 comments on commit 72902bc

Please sign in to comment.