Skip to content

Commit f642732

Browse files
committed
add missing comma
1 parent 49c12b5 commit f642732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/class_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class { '::vault':
114114
it 'works idempotently with no errors' do
115115
pp = <<-MANIFEST
116116
class { 'vault':
117-
version => '0.10.1'
117+
version => '0.10.1',
118118
storage => {
119119
file => {
120120
path => '/tmp',

0 commit comments

Comments
 (0)