Skip to content

Commit

Permalink
Fix bundle config command in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikodaki committed Jul 19, 2022
1 parent 2c61e31 commit 51a2dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ task :prepare =>
rm_f "intermediate/ext/cld3/sentence.pb.h"
rm_f "intermediate/ext/cld3/task_spec.pb.cc"
rm_f "intermediate/ext/cld3/task_spec.pb.h"
sh "cd intermediate && bundle config set path vendor/bundle && bundle install"
sh "cd intermediate && bundle config path vendor/bundle && bundle install"
end

ext_name.each { |name|
Expand Down

0 comments on commit 51a2dff

Please sign in to comment.