[ARVADOS] updated: b506247f4a34e1a409f57c3a01c07a94970fe68f

git at public.curoverse.com git at public.curoverse.com
Fri Sep 26 11:30:10 EDT 2014


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

       via  b506247f4a34e1a409f57c3a01c07a94970fe68f (commit)
      from  1b189a0961ba757caf6160285b59daa26c7cdcae (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 b506247f4a34e1a409f57c3a01c07a94970fe68f
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Sep 26 11:29:38 2014 -0400

    Fix typo in error message. Refs #3961

diff --git a/services/api/lib/has_uuid.rb b/services/api/lib/has_uuid.rb
index 06c7d0c..e0a5613 100644
--- a/services/api/lib/has_uuid.rb
+++ b/services/api/lib/has_uuid.rb
@@ -45,7 +45,7 @@ module HasUuid
         end
       else
         if self.new_record?
-          self.errors.add(:uuid, "assignment not permittid")
+          self.errors.add(:uuid, "assignment not permitted")
         else
           self.errors.add(:uuid, "change not permitted")
         end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list