Skip to content

Commit

Permalink
Update cmd/apply.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Bécan <gbecan@conduktor.io>
  • Loading branch information
strokyl and gbecan authored Feb 9, 2024
1 parent 16b20b8 commit 6071174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var filePath *string
// applyCmd represents the apply command
var applyCmd = &cobra.Command{
Use: "apply",
Short: "upsert a resource on kubernetes",
Short: "upsert a resource on Conduktor",
Long: ``,
Run: func(cmd *cobra.Command, args []string) {
resources, error := resource.FromFile(*filePath)
Expand Down

0 comments on commit 6071174

Please sign in to comment.