Skip to content

Commit

Permalink
Show command - set signingkey must run false
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned authored and testkey committed Mar 14, 2017
1 parent 3abb8d3 commit ba05c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ShowGitProfileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getProfile($profileTitle)

$profileInfo['signingkey'] = $this->runCommand(
sprintf('git config --global profile."%s".signingkey', $profileTitle),
$mustRun
false
);

return $profileInfo;
Expand Down

0 comments on commit ba05c3c

Please sign in to comment.