diff options
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/type/vcsrepo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/vcsrepo.rb b/lib/puppet/type/vcsrepo.rb index 3281508..0bbfb31 100644 --- a/lib/puppet/type/vcsrepo.rb +++ b/lib/puppet/type/vcsrepo.rb @@ -32,7 +32,7 @@ Puppet::Type.newtype(:vcsrepo) do "The repository tracks multiple remote repositories" feature :configuration, - "The configuration directory to use" + "The configuration directory to use" feature :cvs_rsh, "The provider understands the CVS_RSH environment variable" |