Skip to content

Commit e1daa5f

Browse files
authored
Merge pull request #48547 from ravastra/patch-1
Update manage-consortium-powershell.md
2 parents 7b16608 + c8f33c0 commit e1daa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/blockchain/service/manage-consortium-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Use this cmdlet to retrieve or list a consortium member's invitation status.
253253
[Establish a Web3 connection](#establish-a-web3-connection) to set the $ContractConnection variable.
254254

255255
```powershell-interactive
256-
$ContractConnection | Get-BlockchainMemberInvitation – SubscriptionId <Azure subscription ID>
256+
$ContractConnection | Get-BlockchainMemberInvitation –SubscriptionId <Azure subscription ID>
257257
```
258258

259259
#### Example output

0 commit comments

Comments
 (0)