Skip to content

Commit de8572c

Browse files
Fixing typo in mv command
1 parent 47a86e8 commit de8572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Start a root shell in the node's host OS running.
88
```
99
curl -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node_shell
1010
chmod +x ./kubectl-node_shell
11-
sudo mv ./kubectl-node-shell /usr/local/bin/kubectl-node_shell
11+
sudo mv ./kubectl-node_shell /usr/local/bin/kubectl-node_shell
1212
```
1313

1414
## Usage

0 commit comments

Comments
 (0)