[arvados] updated: 2.7.0-5454-g9a7564ad17

git repository hosting git at public.arvados.org
Wed Nov 29 14:18:25 UTC 2023


Summary of changes:
 services/api/app/models/arvados_model.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9a7564ad178f10e0a528f237f4c3d5854a0f4538 (commit)
      from  ceb50311bd12b48985e8212921d914fa3e8051a0 (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 9a7564ad178f10e0a528f237f4c3d5854a0f4538
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Nov 29 09:18:12 2023 -0500

    21205: Fix typo
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb
index 2256fa5b3e..b0a66a6cb6 100644
--- a/services/api/app/models/arvados_model.rb
+++ b/services/api/app/models/arvados_model.rb
@@ -523,7 +523,7 @@ class ArvadosModel < ApplicationRecord
         # The name field has a limit of 256 characters, so also
         # truncate if necessary to avoid throwing a "field too big"
         # exception.
-        self[:name] = "#{name_was[0..236]} (#{self.uuid[-15..-1]]})"
+        self[:name] = "#{name_was[0..236]} (#{self.uuid[-15..-1]})"
         retry
       end
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list