fix invalid key name in config hash

pull/1497/head
Andrew Bauer 2016-05-20 10:35:03 -05:00
parent 58b5194054
commit 8bbb443c67
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if ( $Config{ZM_TELEMETRY_DATA} )
{
print( "Update agent starting at ".strftime( '%y/%m/%d %H:%M:%S', localtime() )."\n" );
my $lastCheck = $Config{ZM_TELEMETRY_LAST_CHECK};
my $lastCheck = $Config{ZM_TELEMETRY_LAST_UPLOAD};
while( 1 ) {
my $now = time();