Skip to content

Commit

Permalink
Removed bash style multiline... whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey Judson committed May 9, 2012
1 parent 5c7e5b8 commit 700e02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dotfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class Dotfile::Options
end

opts.on_tail('-v', '--version', "Show version number.") do
puts "dotfile v#{Dotfile::VERSION}\n\n" + \
" Copyright (C) 2012 Kelsey David Judson", \
puts "dotfile v#{Dotfile::VERSION}\n\n" +
" Copyright (C) 2012 Kelsey David Judson",
" Web: http://github.com/kelseyjudson/dotfile"
end
end
Expand Down

0 comments on commit 700e02c

Please sign in to comment.