Skip to content

Commit 76d9002

Browse files
committed
Output correct missing env var (AZURE_PROTECTED_CONTAINER_NAME)
1 parent 77c3921 commit 76d9002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/ProtectedAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct($connectionUrl = '', $containerName = '')
2424
}
2525

2626
if (!$containerName) {
27-
throw new InvalidArgumentException("AZURE_CONTAINER_NAME environment variable not set");
27+
throw new InvalidArgumentException("AZURE_PROTECTED_CONTAINER_NAME environment variable not set");
2828
}
2929

3030
$client = BlobService::clientForConnection($connectionUrl);

0 commit comments

Comments
 (0)