diff options
| author | Stig Thormodsrud <stig@vyatta.com> | 2010-10-28 11:28:31 -0700 |
|---|---|---|
| committer | Stig Thormodsrud <stig@vyatta.com> | 2010-10-28 11:28:31 -0700 |
| commit | 3c72265b610ef61de23de9ae85a536a833ae08c8 (patch) | |
| tree | 21eb08a2f64b9c887eebd278572c0c4ef847def1 /lib | |
| parent | de8b643eb1ff7c056f4e5e9c920387ed2d2d2a11 (diff) | |
| download | vyatta-config-mgmt-3c72265b610ef61de23de9ae85a536a833ae08c8.tar.gz vyatta-config-mgmt-3c72265b610ef61de23de9ae85a536a833ae08c8.zip | |
Move commit-uri under remote-archive.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Vyatta/ConfigMgmt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/ConfigMgmt.pm b/lib/Vyatta/ConfigMgmt.pm index 85d9c72..7c2ab91 100644 --- a/lib/Vyatta/ConfigMgmt.pm +++ b/lib/Vyatta/ConfigMgmt.pm @@ -118,7 +118,7 @@ sub cm_commit_get_log { my @lines = cm_read_file($commit_log_file); my @commit_log = (); - my $count = 0; + my $count = 1; foreach my $line (@lines) { if ($line !~ /^\|(.*)\|$/) { print "Invalid log format [$line]\n"; |
