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:
parent
c199804c69
commit
3f0ac98fb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue