Skip to content

Commit def29e5

Browse files
committed
change test string back to working string
1 parent bcb7327 commit def29e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_safe_haven/commands/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def available() -> None:
6868
try:
6969
blobs = azure_sdk.list_blobs(
7070
container_name=context.storage_container_name,
71-
prefix="sref",
71+
prefix="sre",
7272
resource_group_name=context.resource_group_name,
7373
storage_account_name=context.storage_account_name,
7474
)

0 commit comments

Comments
 (0)