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.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/git/bare_init.pp b/examples/git/bare_init.pp
index c70e705..f16d137 100644
--- a/examples/git/bare_init.pp
+++ b/examples/git/bare_init.pp
@@ -1,4 +1,4 @@
-vcsrepo { "/tmp/vcstest-git-bare":
- ensure => bare,
+vcsrepo { '/tmp/vcstest-git-bare':
+ ensure => bare,
provider => git
}