1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix for haml --version

This commit is contained in:
Norman Clarke 2012-06-26 10:09:55 -03:00
parent c199804c69
commit 3f0ac98fb6

View file

@ -95,7 +95,7 @@ module Haml
end
opts.on_tail("-v", "--version", "Print version") do
puts("Haml #{::Haml.version[:string]}")
puts("Haml #{::Haml::VERSION}")
exit
end
end