mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix(cloud::microsoft::office365::onedrive): change hash key in listsites mode (#5545)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
This commit is contained in:
parent
0151f65a04
commit
8c2c91d3cc
@ -61,7 +61,7 @@ sub manage_selection {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->{sites}->{$site->{'Site URL'}} = {
|
$self->{sites}->{$site->{'Site Id'}} = {
|
||||||
owner => $site->{'Owner Display Name'},
|
owner => $site->{'Owner Display Name'},
|
||||||
url => $site->{'Site URL'},
|
url => $site->{'Site URL'},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user