21494: Bugfix incorrect method name
[arvados.git] / doc / Rakefile
index 3ec494f57dcffab28248dc827d3cf7f69a1fae82..f2932284d9715d8fb95471b20e7ca4c240bf5458 100644 (file)
@@ -80,7 +80,7 @@ $build_sdks = begin
       if sdk.can_build?
         sdk
       else
-        puts "Warning: cannot build #{name.replace(/SDK$/, ' SDK')} documentation, skipping".colorize(:light_red)
+        puts "Warning: cannot build #{name.gsub(/SDK$/, ' SDK')} documentation, skipping".colorize(:light_red)
       end
     end
   else