summaryrefslogtreecommitdiff
path: root/scripts/vyatta-commit-push.pl
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-10-28 11:28:31 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-10-28 11:28:31 -0700
commit3c72265b610ef61de23de9ae85a536a833ae08c8 (patch)
tree21eb08a2f64b9c887eebd278572c0c4ef847def1 /scripts/vyatta-commit-push.pl
parentde8b643eb1ff7c056f4e5e9c920387ed2d2d2a11 (diff)
downloadvyatta-config-mgmt-3c72265b610ef61de23de9ae85a536a833ae08c8.tar.gz
vyatta-config-mgmt-3c72265b610ef61de23de9ae85a536a833ae08c8.zip
Move commit-uri under remote-archive.
Diffstat (limited to 'scripts/vyatta-commit-push.pl')
-rwxr-xr-xscripts/vyatta-commit-push.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-commit-push.pl b/scripts/vyatta-commit-push.pl
index ab63509..2cbd887 100755
--- a/scripts/vyatta-commit-push.pl
+++ b/scripts/vyatta-commit-push.pl
@@ -41,7 +41,7 @@ use URI;
my $debug = 0;
my $config = new Vyatta::Config;
-$config->setLevel('system config-mgmt');
+$config->setLevel('system config-mgmt remote-archive');
my @uris = $config->returnOrigValues('commit-uri');
if (scalar(@uris) < 1) {