diff --git a/lib/kite/module.rb b/lib/kite/module.rb index 7ddb451..312c950 100644 --- a/lib/kite/module.rb +++ b/lib/kite/module.rb @@ -22,6 +22,8 @@ def init(path) end say "Use git submodule add #{@path} to be able to commit this module as a submodule", :yellow + else + link_file File.expand_path(path), "modules/#{@name}" end render_vars