diff options
author | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-08-13 23:36:38 -0400 |
---|---|---|
committer | Daniel Beauchamp <daniel.beauchamp@shopify.com> | 2012-08-13 23:36:38 -0400 |
commit | 16f51fd9dc454b26d9866b080caa17ffe2f8ce27 (patch) | |
tree | 2c031e8c8e629bdf096b00cc445d04e7782af2c3 /bin | |
parent | 41d8c33a6b87c948a7fe4ae5e53483d42fead422 (diff) |
Updated to use sprockets! Ah, much cleaner.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dashing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dashing b/bin/dashing index 32c89c8..a9e6022 100755 --- a/bin/dashing +++ b/bin/dashing @@ -50,7 +50,7 @@ module Dashing directory :project, @name end - desc "generate GENERATOR NAME", "Creates a new widget with all the fixins'" + desc "generate GENERATOR NAME", "Creates a new wigdget, dashboard, or job." def generate(type, name) send("generate_#{type}".to_sym, name) rescue NoMethodError => e |