diff options
author | Micah Anderson <micah@riseup.net> | 2010-02-25 11:21:23 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-02-25 11:21:23 -0500 |
commit | e204bd1d6296946314b640ad556e58b0612826ca (patch) | |
tree | c5c73900adc89efc56d350ef6c211eea58d38882 /templates | |
parent | cb532268361752fd4820f69104e3a7d3fe8ab029 (diff) | |
download | puppet-backupninja-e204bd1d6296946314b640ad556e58b0612826ca.tar.gz puppet-backupninja-e204bd1d6296946314b640ad556e58b0612826ca.tar.bz2 |
fix a couple more bandwidthlimit spelling errors
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dup.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index 4a4c10e..2a61443 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -36,7 +36,7 @@ [dest] <%= 'incremental = ' + incremental if incremental %> <%= 'keep = ' + keep if keep %> -<%= 'bandwidthlimit = ' + bandwithlimit if bandwidthlimit %> +<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %> <%= 'sshoptions = ' + sshoptions if sshoptions %> <%= 'destdir = ' + destdir if destdir %> <%= 'desthost = ' + desthost if desthost %> |