Skip to content

Commit 085dfa9

Browse files
committed
revert! test
1 parent 49b941a commit 085dfa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def switch_rails(version)
4141
end
4242

4343
def generate_rails_rdoc
44-
cd 'rails' do
45-
Bundler.with_unbundled_env do
44+
Bundler.with_unbundled_env do
45+
cd 'rails' do
4646
sh %(sed -i '' -e 's/sdoc.*$/sdoc", github: "toshimaru\\/sdoc", branch: "railsdoc"/g' ./Gemfile)
4747
sh 'bundle install && bundle update sdoc'
4848
rm_rf 'doc'

0 commit comments

Comments
 (0)