summaryrefslogtreecommitdiff
path: root/examples/git/working_copy_init.pp
diff options
context:
space:
mode:
authorGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:24:15 +0200
committerGarrett Honeycutt <garrett@puppetlabs.com>2012-08-29 00:24:15 +0200
commit3975481f29ac1908b253365c9939f671459b5302 (patch)
treeeeba532233b023daccf7e0285ac4c0dfff4146e2 /examples/git/working_copy_init.pp
parentf3acccdfb8af8d98c8fc9c8e287ab22d27d62dac (diff)
Adds comma to last attribute to comply with style
Diffstat (limited to 'examples/git/working_copy_init.pp')
-rw-r--r--examples/git/working_copy_init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/git/working_copy_init.pp b/examples/git/working_copy_init.pp
index b20af20..e3352eb 100644
--- a/examples/git/working_copy_init.pp
+++ b/examples/git/working_copy_init.pp
@@ -1,4 +1,4 @@
vcsrepo { '/tmp/vcstest-git-wc':
ensure => present,
- provider => git
+ provider => git,
}