lib/almanack/cli.rb in almanack-1.0.0.pre vs lib/almanack/cli.rb in almanack-1.0.0.pre1

- old
+ new

@@ -1,7 +1,8 @@ require "thor" require "pathname" +require "almanack/version" module Almanack class CLI < Thor include Thor::Actions @@ -51,10 +52,10 @@ say say "==> Run your new calendar!" say say " cd #{path}" - say " almnack start" + say " almanack start" say end end desc "theme NAME", "Create a new theme"