Skip to content

Commit 0e54581

Browse files
fix: typo in conneciton roles
1 parent 1fce5c0 commit 0e54581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fabric_cli/commands/acls/fab_acls_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Valid roles for different contexts
1919
WORKSPACE_ROLES = ["Admin", "Member", "Contributor", "Viewer"]
20-
CONNECTION_ROLES = ["Owner", "IserWithReshare", "User"]
20+
CONNECTION_ROLES = ["Owner", "UserWithReshare", "User"]
2121
GATEWAY_ROLES = ["Admin", "ConnectionCreator", "ConnectionCreatorWithResharing"]
2222
PRINCIPAL_TYPES = [
2323
"User",

0 commit comments

Comments
 (0)