Skip to content

Commit 6832736

Browse files
committed
fixed closing braces
1 parent 2ee7f97 commit 6832736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/apt_keyring_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
keyring_pp = <<-MANIFEST
88
apt::keyring { 'puppetlabs-keyring.gpg':
99
source => 'https://apt.puppetlabs.com/keyring.gpg',
10-
}
10+
}
1111
MANIFEST
1212

1313
it 'applies idempotently' do

0 commit comments

Comments
 (0)