Skip to content

Commit 50412d0

Browse files
committed
Fix merge issue
1 parent 9a0b42b commit 50412d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transcripts/share-apis/orgs/run.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fetch "$transcripts_user" POST org-add-members '/orgs/acme/members' '{
5757
}'
5858

5959
# Can't add an org to another org
60-
fetch "$transcript_user" POST org-cant-have-org-members '/orgs/acme/members' '{
60+
fetch "$transcripts_user" POST org-cant-have-org-members '/orgs/acme/members' '{
6161
"members": [
6262
"unison"
6363
]

0 commit comments

Comments
 (0)