From 95ac4cc571d413a95c70c5feb1430c0bb314ecee Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sat, 2 Mar 2024 15:45:26 -0500 Subject: [PATCH] 21494: Bugfix incorrect method name Refs #21494. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Rakefile b/doc/Rakefile index 3ec494f57d..f2932284d9 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -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 -- 2.30.2