diff --git a/docs/book/pages/container_debugging/copying_container_files.md b/docs/book/pages/container_debugging/copying_container_files.md index edfb20cf36be1..5f71f9efd0ac8 100644 --- a/docs/book/pages/container_debugging/copying_container_files.md +++ b/docs/book/pages/container_debugging/copying_container_files.md @@ -44,7 +44,7 @@ Copy a remote file from a Pod to a local file. {% sample lang="yaml" %} ```bash -kubectl cp /tmp/foo :/tmp/bar +kubectl cp :/tmp/foo /tmp/bar ``` {% endmethod %}