diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/willora | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/willora b/bin/willora index a97f2b8..f2de4f0 100755 --- a/bin/willora +++ b/bin/willora @@ -88,6 +88,8 @@ class Willora realdestbase = File.join(@opts[:destination], @opts[:nickname]) FileUtils.mkdir_p(realdestbase, :verbose => true) + alldirs << File.join(_willorabase, "Gemfile") + alldirs.each do |dir| basename = File.basename(dir) realdest = File.join(realdestbase, basename) |
