Skip to content

Commit

Permalink
Layout/RedundantLineBreak
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Jan 29, 2024
1 parent 2e9008c commit f04fb32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/puppet/provider/package/apt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def checkforcdrom
# rubocop:enable Layout

if have_cdrom and @resource[:allowcdrom] != :true
raise Puppet::Error,
_("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
raise Puppet::Error, _("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
end
end

Expand Down

0 comments on commit f04fb32

Please sign in to comment.