aboutsummaryrefslogtreecommitdiffstats
path: root/guides/Rakefile
diff options
context:
space:
mode:
authorJade Misenas <acolyte.camille@gmail.com>2015-07-29 20:00:58 -0400
committerJade Misenas <acolyte.camille@gmail.com>2015-07-29 20:00:58 -0400
commit7fb8a7e57c21dec19b2125650be87ab632c5a186 (patch)
tree97178d6972961d959845fe5ae699dde436ab005e /guides/Rakefile
parentff47e45d14737ac20a69089a3c7f54cb7e8dc47a (diff)
downloadrails-7fb8a7e57c21dec19b2125650be87ab632c5a186.tar.gz
rails-7fb8a7e57c21dec19b2125650be87ab632c5a186.tar.bz2
rails-7fb8a7e57c21dec19b2125650be87ab632c5a186.zip
Fix WARNINGS flag inside guides/Rakefile
Diffstat (limited to 'guides/Rakefile')
-rw-r--r--guides/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/Rakefile b/guides/Rakefile
index 3c2099ac02..00577377d7 100644
--- a/guides/Rakefile
+++ b/guides/Rakefile
@@ -7,7 +7,7 @@ namespace :guides do
desc "Generate HTML guides"
task :html do
- ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this
+ ENV["WARNINGS"] = "1" # authors can't disable this
ruby "rails_guides.rb"
end