Skip to content

Commit

Permalink
fix: duplicate equal sign in mod push cmd comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adohe committed Jul 30, 2024
1 parent b0e216e commit c20b154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/mod/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
kusion mod push /path/to/my-module oci://ghcr.io/org --creds <YOUR_TOKEN>
# Push a module of specific OS arch to an OCI Registry using a token
kusion mod push /path/to/my-module oci://ghcr.io/org --os-arch==darwin/arm64 --creds <YOUR_TOKEN>
kusion mod push /path/to/my-module oci://ghcr.io/org --os-arch=darwin/arm64 --creds <YOUR_TOKEN>
# Push a module to an OCI Registry using a credentials in <YOUR_USERNAME>:<YOUR_TOKEN> format.
kusion mod push /path/to/my-module oci://ghcr.io/org --creds <YOUR_USERNAME>:<YOUR_TOKEN>
Expand Down

0 comments on commit c20b154

Please sign in to comment.