lib/static/cli.rb in static-1.0.0 vs lib/static/cli.rb in static-1.0.1
- old
+ new
@@ -22,11 +22,11 @@
end
def default_action
if input[:version]
line "static #{Static::Cmd::VERSION}"
+ else
+ super
end
-
- super
end
end
end