Skip to content

Commit f2662ba

Browse files
committed
Add return false if no container found
1 parent 36d116e commit f2662ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UmbracoFileSystemProviders.Azure.Installer/InstallerController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ private static bool TestAzureCredentials(string connectionString, string contain
463463
{
464464
return true;
465465
}
466+
467+
return false;
466468
}
467469
catch (Exception e)
468470
{

0 commit comments

Comments
 (0)