Skip to content
Snippets Groups Projects
Commit f3afe306 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix conditional expression

parent c5e83f23
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ sub list_providers {
my $providers = IdPAccountManager::Data::ServiceProvider::Manager->get_serviceproviders(db => $db, %args);
if (@$providers) {
if (! @$providers) {
printf "No service provider in DB\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment