Skip to content

Commit

Permalink
Update version string with Github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed May 2, 2012
1 parent 6f10d1a commit c1987c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gibo
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ remote_repo=https://github.com/github/gitignore.git
local_repo=$HOME/.gitignore-boilerplates

version() {
echo "$(basename $0) 1.0 by Simon Whitaker <simon@goosoftware.co.uk> http://www.goosoftware.co.uk"
echo "$(basename $0) 1.0 by Simon Whitaker <simon@goosoftware.co.uk>"
echo "https://github.com/simonwhitaker/gitignore-boilerplates"
}

usage() {
Expand Down

0 comments on commit c1987c5

Please sign in to comment.