Skip to content

Commit 015a709

Browse files
authored
Merge pull request #3 from cdbartholomew/cdbartholomew-patch-1
Fixing typo in mv command
2 parents 47a86e8 + de8572c commit 015a709

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)