summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/att2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/att b/bin/att
index fe8db05..c90fc48 100755
--- a/bin/att
+++ b/bin/att
@@ -43,7 +43,7 @@ module AllTheThings
desc "new_widget WIDGET_NAME", "Creates a new widget with all the fixins'"
def new_widget(name)
- @name = Thor::Util.snake_case(name)
+ @name = "widget_#{Thor::Util.snake_case(name)}"
directory :widget, File.join('widgets', @name)
end