change app cache name velocloud

This commit is contained in:
garnier-quentin 2020-12-17 10:06:50 +01:00
parent 983e849c60
commit 8fa4bc3a29
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ sub get_identifiable_applications {
$self->get_entreprise_id();
my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id}));
my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_app_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id}));
my $updated = $self->{cache_app}->get(name => 'updated');
my $applications = $self->{cache_app}->get(name => 'applications');