diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-12-03 16:38:54 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-12-03 16:38:54 -0800 |
commit | baa9c61160c8fdee7d0d4719501ff6a558577338 (patch) | |
tree | 7d89870a7d998abdb108cc9dba3b5004fb5dafb0 /scripts/vyatta-commit-push.pl | |
parent | e89d82fab791f5695dcbaf5646d50aa81d9d9dbb (diff) | |
download | vyatta-config-mgmt-baa9c61160c8fdee7d0d4719501ff6a558577338.tar.gz vyatta-config-mgmt-baa9c61160c8fdee7d0d4719501ff6a558577338.zip |
Change 'config-mgmt' to 'config-management' to appease support.
Diffstat (limited to 'scripts/vyatta-commit-push.pl')
-rwxr-xr-x | scripts/vyatta-commit-push.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl index 8b3e089..526ebe5 100755 --- a/scripts/vyatta-commit-push.pl +++ b/scripts/vyatta-commit-push.pl @@ -44,7 +44,7 @@ use Sys::Hostname; my $debug = 0; my $config = new Vyatta::Config; -$config->setLevel('system config-mgmt remote-archive'); +$config->setLevel('system config-management remote-archive'); my @uris = $config->returnOrigValues('commit-uri'); if (scalar(@uris) < 1) { |