Skip to content

Commit

Permalink
Remove deprecated method alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 24, 2023
1 parent 56d6574 commit 2b22a02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/librarian/puppet/util.rb
Original file line number Diff line number Diff line change
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 2b22a02

Please sign in to comment.