Skip to content

Commit 340f81d

Browse files
committed
Fix logic error
1 parent c4b138f commit 340f81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ nes set-node-adminaction approved HOSTNAME
849849
To revoke {% data variables.product.prodname_nes %}'s ability to take the node with hostname HOSTNAME offline:
850850
851851
```shell
852-
nes set-node-adminaction approved HOSTNAME
852+
nes set-node-adminaction none HOSTNAME
853853
```
854854
855855
To manually update a node's eligibility for re-addition to the cluster:

0 commit comments

Comments
 (0)