From 3975481f29ac1908b253365c9939f671459b5302 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 29 Aug 2012 00:24:15 +0200 Subject: Adds comma to last attribute to comply with style --- examples/git/working_copy_init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/git/working_copy_init.pp') 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, } -- cgit v1.2.3