Skip to content

Commit

Permalink
fix outdated rpkg clone example (#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 authored Apr 28, 2023
1 parent d354b17 commit 239a679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/docs/generated/rpkgdocs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/reference/cli/alpha/rpkg/clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ TARGET_PACKAGE_NAME:

```shell
# clone the blueprint-e982b2196b35a4f5e81e92f49a430fe463aa9f1a package and create a new package revision called
# foo in the blueprint repository and set it at revision v1.
$ kpt alpha rpkg clone blueprint-e982b2196b35a4f5e81e92f49a430fe463aa9f1a foo --repository blueprint --revision v1
# foo in the blueprint repository with a custom workspaceName.
$ kpt alpha rpkg clone blueprint-e982b2196b35a4f5e81e92f49a430fe463aa9f1a foo --repository blueprint --workspace=first-draft
```

```shell
Expand Down

0 comments on commit 239a679

Please sign in to comment.