Skip to content

Commit

Permalink
Fix PHP notice in bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed May 28, 2017
1 parent 710d32f commit f2ebffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bump-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* Prints command-line help
*/
function print_help() {
echo basename( $argv[0] ) . "[-v version] [-t] [-h]\n\n", <<<EOF
echo basename( __FILE__ ) . " [-v version] [-t] [-h]\n\n", <<<EOF
Helper script to increase Source Integration versions
-v [version] Set version if specified, and create bump commit
Expand Down

0 comments on commit f2ebffa

Please sign in to comment.