bin/fez in fezzik-0.6.3 vs bin/fez in fezzik-0.6.4

- old
+ new

@@ -7,12 +7,10 @@ # TODO: Add a handy "fez init" command to set up a basic deployable directory structure # TODO: Think about how to do domain overrides better # TODO: Add Fezzik::DSL so you can say env or destination instead of Fezzik.env, Fezzik.destination -# This constant can be used to determine whether fezzik is being used. You can use this, for example, to only -# load fezzik tasks in your Rakefile when running `fez ...` and not `rake ...`. -FEZZIK_ACTIVATED = true +Fezzik.activated = true def usage <<-EOF Version #{Fezzik::VERSION} fez <destination> <tasks> # Run deployment tasks on destination servers