Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update submodules (take 2)
  • Loading branch information
Ryan Scott Lewis committed Dec 24, 2012
1 parent a612c71 commit 35ce31b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rake/lua_mruby_tasks.rb
Expand Up @@ -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
Expand Down

0 comments on commit 35ce31b

Please sign in to comment.