diff --git a/lib/rake/lua_mruby_tasks.rb b/lib/rake/lua_mruby_tasks.rb index 6188cfd..0344c83 100644 --- a/lib/rake/lua_mruby_tasks.rb +++ b/lib/rake/lua_mruby_tasks.rb @@ -72,9 +72,9 @@ def run(command) def init_git unless root.join('.git').exist? run "cd #{root}" - # run "git init" - # run "git remote add origin https://github.com/RyanScottLewis/lua-mruby.git" - # run "git pull origin master" + run "git init" + run "git remote add origin https://github.com/RyanScottLewis/lua-mruby.git" + run "git pull origin master" run "git submodule init" run "git submodule update" end