[arvados] updated: 2.7.0-6099-g95ac4cc571

git repository hosting git at public.arvados.org
Sat Mar 2 20:45:55 UTC 2024


Summary of changes:
 doc/Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  95ac4cc571d413a95c70c5feb1430c0bb314ecee (commit)
      from  bf9bf6558fab875107746205d9f12f7885333bb6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 95ac4cc571d413a95c70c5feb1430c0bb314ecee
Author: Brett Smith <brett.smith at curii.com>
Date:   Sat Mar 2 15:45:26 2024 -0500

    21494: Bugfix incorrect method name
    
    Refs #21494.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list