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/svn/checkout.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/svn/checkout.pp') diff --git a/examples/svn/checkout.pp b/examples/svn/checkout.pp index 1fceb7b..f9fc273 100644 --- a/examples/svn/checkout.pp +++ b/examples/svn/checkout.pp @@ -1,6 +1,5 @@ vcsrepo { '/tmp/vcstest-svn-checkout': ensure => present, provider => svn, - source => 'http://svn.edgewall.org/repos/babel/trunk' + source => 'http://svn.edgewall.org/repos/babel/trunk', } - -- cgit v1.2.3