diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-12-22 11:51:45 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-12-22 11:51:45 -0800 |
commit | 3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79 (patch) | |
tree | de538979b2e5d53b124ecbe3a85078e8cdf86906 /scripts/vyatta-commit-push.pl | |
parent | 5cbdcf5882c198f0e195d576744d15b4652f623e (diff) | |
download | vyatta-config-mgmt-3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79.tar.gz vyatta-config-mgmt-3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79.zip |
Rename 'remote-archive commit-uri' to 'commit-archive location' per design spec review comments.
Diffstat (limited to 'scripts/vyatta-commit-push.pl')
-rwxr-xr-x | scripts/vyatta-commit-push.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl index 526ebe5..f501366 100755 --- a/scripts/vyatta-commit-push.pl +++ b/scripts/vyatta-commit-push.pl @@ -44,8 +44,8 @@ use Sys::Hostname; my $debug = 0; my $config = new Vyatta::Config; -$config->setLevel('system config-management remote-archive'); -my @uris = $config->returnOrigValues('commit-uri'); +$config->setLevel('system config-management commit-archive'); +my @uris = $config->returnOrigValues('location'); if (scalar(@uris) < 1) { print "No URI's configured\n"; |