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/hg/clone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hg/clone.pp') diff --git a/examples/hg/clone.pp b/examples/hg/clone.pp index 92b3335..be2d955 100644 --- a/examples/hg/clone.pp +++ b/examples/hg/clone.pp @@ -2,5 +2,5 @@ vcsrepo { '/tmp/vcstest-hg-clone': ensure => present, provider => hg, source => 'http://hg.basho.com/riak', - revision => 'riak-0.5.3' + revision => 'riak-0.5.3', } -- cgit v1.2.3