summaryrefslogtreecommitdiff
path: root/examples/hg/clone.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hg/clone.pp')
-rw-r--r--examples/hg/clone.pp2
1 files changed, 1 insertions, 1 deletions
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',
}