Remove 'v' prefix on version number in vagrant -v
This commit is contained in:
parent
b5fd021694
commit
f65f2d20d9
@ -62,7 +62,7 @@ end
|
||||
|
||||
# Fast path the version of Vagrant
|
||||
if ARGV.include?("-v") || ARGV.include?("--version")
|
||||
puts "Vagrant v#{Vagrant::VERSION}"
|
||||
puts "Vagrant #{Vagrant::VERSION}"
|
||||
exit 0
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user