Skip to content

Commit

Permalink
fix: intentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Jan 16, 2025
1 parent 09f3162 commit 7622d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/extension_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func ExtensionPackage(logger logging.Logger, cfg config.Config, packager Extensi
Use: "package <name> --config <config-path>",
Short: "Package an extension in OCI format",
Args: cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs),
Example: "pack extension package /output/file.cnb --path /extracted/from/tgz/folder --format file\n pack extension package registy/image-name --path /extracted/from/tgz/folder --format image --publish",
Example: "pack extension package /output/file.cnb --path /extracted/from/tgz/folder --format file\npack extension package registy/image-name --path /extracted/from/tgz/folder --format image --publish",

Check failure on line 42 in internal/commands/extension_package.go

View workflow job for this annotation

GitHub Actions / test (macos)

`registy` is a misspelling of `registry` (misspell)

Check failure on line 42 in internal/commands/extension_package.go

View workflow job for this annotation

GitHub Actions / test (linux)

`registy` is a misspelling of `registry` (misspell)

Check failure on line 42 in internal/commands/extension_package.go

View workflow job for this annotation

GitHub Actions / test (windows-lcow)

`registy` is a misspelling of `registry` (misspell)

Check failure on line 42 in internal/commands/extension_package.go

View workflow job for this annotation

GitHub Actions / test (windows-wcow)

`registy` is a misspelling of `registry` (misspell)
Long: "extension package allows users to package (an) extension(s) into OCI format, which can then to be hosted in " +
"image repositories or persisted on disk as a '.cnb' file." +
"Packaged extensions can be used as inputs to `pack build` (using the `--extension` flag), " +
Expand Down

0 comments on commit 7622d59

Please sign in to comment.