Skip to content

Commit

Permalink
update submodules (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Scott Lewis committed Dec 24, 2012
1 parent 35ce31b commit 5922fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rake/lua_mruby_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def init_git
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"
run "git submodule update --init lib/mruby/"
run "git submodule update --init lib/lua/"
end
end

Expand Down

0 comments on commit 5922fd6

Please sign in to comment.