Skip to content

Commit

Permalink
Update wording to remove mention of registry (#4772)
Browse files Browse the repository at this point in the history
Bye bye registry

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Oct 23, 2024
1 parent 602f2ce commit c532589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cnquery/cmd/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var queryPackLintCmd = &cobra.Command{
var queryPackPublishCmd = &cobra.Command{
Use: "publish [path]",
Aliases: []string{"upload"},
Short: "Add a user-owned query pack to the Mondoo Security Registry",
Short: "Add a user-owned query pack to Mondoo Platform",
Args: cobra.ExactArgs(1),
PreRun: func(cmd *cobra.Command, args []string) {
viper.BindPFlag("pack-version", cmd.Flags().Lookup("pack-version"))
Expand Down Expand Up @@ -175,7 +175,7 @@ var queryPackPublishCmd = &cobra.Command{
}
queryHubServices, err := explorer.NewQueryHubClient(opts.UpstreamApiEndpoint(), httpClient, certAuth)
if err != nil {
return cli_errors.NewCommandError(errors.Wrap(err, "could not connect to the Mondoo Security Registry"), 1)
return cli_errors.NewCommandError(errors.Wrap(err, "could not connect to Mondoo Platform"), 1)
}

// set the owner mrn for spaces
Expand Down

0 comments on commit c532589

Please sign in to comment.