Skip to content

Commit

Permalink
(maint) Ignore duplicate branch
Browse files Browse the repository at this point in the history
Commit f66fdcb enabled several rubocops, but the `puppet` component didn't
fail until the change was merged to `main`.
  • Loading branch information
joshcooper committed Nov 4, 2021
1 parent 4fd4248 commit 6051f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pkg.build_requires "http://pl-build-tools.delivery.puppetlabs.net/aix/#{platform.os_version}/ppc/pl-gettext-0.19.8-2.aix#{platform.os_version}.ppc.rpm"
elsif platform.is_solaris?
# do nothing
else
else #rubocop:disable Lint/DuplicateBranch
pkg.build_requires "gettext"
end

Expand Down

0 comments on commit 6051f40

Please sign in to comment.