Skip to content

Commit 89d50b6

Browse files
authored
Update Rakefile
1 parent 4579e24 commit 89d50b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MRUBY_CONFIG=File.expand_path(ENV["MRUBY_CONFIG"] || "build_config.rb")
22

33
file :mruby do
44
sh "git clone --depth=1 https://github.com/mruby/mruby.git"
5-
sh "cd deps/msgpack-c && git submodule init && git submodule fetch"
5+
sh "cd deps/msgpack-c && git submodule init && git fetch"
66
end
77

88
desc "compile binary"

0 commit comments

Comments
 (0)