Skip to content

Commit

Permalink
Fix Rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smoeding committed Nov 16, 2023
1 parent 93e9fdd commit 1677f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
is_expected.to contain_concat__fragment('bind::key::rndc-key')
.with_target('named.conf.keys')
.with_order('10')
.with_content("include \"/etc/bind/rndc.key\";")
.with_content('include "/etc/bind/rndc.key";')
}

#
Expand Down

0 comments on commit 1677f1a

Please sign in to comment.