Skip to content

Commit

Permalink
Merge pull request #109 from ekohl/drop-deprecated-alias
Browse files Browse the repository at this point in the history
Remove deprecated method alias
  • Loading branch information
bastelfreak committed May 24, 2023
2 parents b1bda48 + 2b22a02 commit a6f98e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/librarian/puppet/util.rb
Expand Up @@ -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

0 comments on commit a6f98e2

Please sign in to comment.