diff options
author | Aaron Stone <aaron@serendipity.cx> | 2013-07-19 11:15:37 -0700 |
---|---|---|
committer | Aaron Stone <aaron@serendipity.cx> | 2013-07-19 11:15:37 -0700 |
commit | 82eaf06433b63f6f3ccd9a81daf2c6b285222f51 (patch) | |
tree | ef6beec7a949a986a614d877c3d2825dac84c910 /lib | |
parent | a91c58531bd308ac71b3a94ea310399a383247ca (diff) | |
download | puppet-vcsrepo-82eaf06433b63f6f3ccd9a81daf2c6b285222f51.tar.gz puppet-vcsrepo-82eaf06433b63f6f3ccd9a81daf2c6b285222f51.tar.bz2 |
Whitespace
Diffstat (limited to 'lib')
-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" |