Skip to content

Commit fe4d099

Browse files
authored
Merge pull request #508 from voxpupuli/lint
puppet-lint: fix examples
2 parents fc5cc75 + 4ddf7af commit fe4d099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/npm.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include 'nodejs'
22

33
nodejs::npm { 'express|/tmp/npm':
4-
ensure => '2.5.9',
4+
ensure => '2.5.9',
55
}

0 commit comments

Comments
 (0)