mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 01:30:22 +00:00
fix(rubocop): fix violation [skip ci]
``` Offenses: test/integration/default/controls/pkgs_spec.rb:112:9: C: [Correctable] Layout/LineEndStringConcatenationIndentation: Align parts of a string concatenated with backslash. "installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
This commit is contained in:
parent
50bd23e72b
commit
901d7069ce
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ control 'Held packages' do
|
|||
match_string = "#{p}-.*#{v}"
|
||||
when 'debian'
|
||||
match_string = "^Package: #{p}\nStatus: hold ok "\
|
||||
"installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}"
|
||||
"installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}"
|
||||
end
|
||||
|
||||
describe file(lock_file) do
|
||||
|
|
Loading…
Add table
Reference in a new issue