Skip to content

Commit

Permalink
Merge pull request #8156 from Shaad7/fix-typo
Browse files Browse the repository at this point in the history
 📖 Fix a typo in clusterctl move documentation
  • Loading branch information
k8s-ci-robot authored Feb 23, 2023
2 parents 744f3ff + deafee4 commit dd0372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/clusterctl/commands/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ while doing the move operation, and possible race conditions happening while the
remediating etc. has never been investigated nor addressed.

In order to avoid further confusion about this point, `clusterctl backup` and `clusterctl restore` commands have been
removed because they were built on top of `clusterctl move` logic and they were sharing he same limitations.
removed because they were built on top of `clusterctl move` logic and they were sharing the same limitations.
User can use `clusterctl move --to-directory` and `clusterctl move --from-directory` instead; this will hopefully
make it clear those operation have the same limitations of the move command.

Expand Down

0 comments on commit dd0372e

Please sign in to comment.