Skip to content

Commit b7c46ab

Browse files
committed
Revert "fix: specify path"
This reverts commit a351208.
1 parent f94d2fc commit b7c46ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def generate_rails_rdoc
7373
gemfile.gsub!(/"sdoc".*$/, %("sdoc", github: "toshimaru/sdoc", branch: "#{MY_SDOC_BRANCH}"))
7474
File.write('Gemfile', gemfile)
7575

76-
sh 'bundle install --path vendor/bundle && bundle update sdoc'
76+
sh 'bundle install && bundle update sdoc'
7777
rm_rf 'doc'
7878
sh 'bundle exec rake rdoc'
7979
end

0 commit comments

Comments
 (0)