From 2b22a026e7046cd16f4d32ea0e4542f7e869cbb9 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Wed, 22 Feb 2023 18:42:46 +0100 Subject: [PATCH] Remove deprecated method alias --- lib/librarian/puppet/util.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librarian/puppet/util.rb b/lib/librarian/puppet/util.rb index 60ba97a..9f27d29 100644 --- a/lib/librarian/puppet/util.rb +++ b/lib/librarian/puppet/util.rb @@ -70,9 +70,6 @@ def module_name(name) # module name can't have dashes, so let's assume it is everything after the last dash name.rpartition('-').last end - - # deprecated - alias :organization_name :module_name end end end