X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b91db14a4dced9d6ea124e86be3c796e6f2c8e8c..ed1580a38c1aae0910cef83605622a41d927fba3:/doc/Rakefile diff --git a/doc/Rakefile b/doc/Rakefile index 6d7f4e115a..811ca67c2c 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -25,7 +25,7 @@ task :linkchecker => [ :generate ] do Dir.chdir(".site") do `which linkchecker` if $? == 0 - system "linkchecker index.html --ignore-url='!file://'" + system "linkchecker index.html --ignore-url='!file://'" or exit $?.exitstatus else puts "Warning: linkchecker not found, skipping run".colorize(:light_red) end