Skip to content

Commit

Permalink
Remove dot at the end of file name in success message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Oct 31, 2013
1 parent 2fb7788 commit ca053c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-ca-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ if (!isset($opts['o']) || $opts['o'] == '-') {
echo $caBundle;
} else {
file_put_contents($opts['o'], $caBundle);
echo "Updated root CA bundle written to {$opts['o']}.\n";
echo "Updated root CA bundle written to {$opts['o']}\n";
}

0 comments on commit ca053c0

Please sign in to comment.