summaryrefslogtreecommitdiff
path: root/examples/git/bare_init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/git/bare_init.pp')
-rw-r--r--examples/git/bare_init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/git/bare_init.pp b/examples/git/bare_init.pp
index f16d137..4166f6e 100644
--- a/examples/git/bare_init.pp
+++ b/examples/git/bare_init.pp
@@ -1,4 +1,4 @@
vcsrepo { '/tmp/vcstest-git-bare':
ensure => bare,
- provider => git
+ provider => git,
}