lib/repositories.rb in forj-0.0.31 vs lib/repositories.rb in forj-0.0.32
- old
+ new
@@ -48,10 +48,11 @@
puts 'If this error persist you could clone the repo manually in ~/.forj/'
Logging.error(e.message)
end
Dir.chdir(current_dir)
end
+
def create_infra
home = File.expand_path('~')
path = home + '/.forj/'
infra = path + 'infra/'
@@ -66,6 +67,6 @@
Dir.chdir('build_tmpl')
fill_template = 'python build-env.py -p ~/.forj/infra --maestro-path ~/.forj/maestro'
Kernel.system(fill_template)
end
-end
\ No newline at end of file
+end