Skip to content

Commit

Permalink
Fix incorrect command name
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 23, 2024
1 parent e25f99e commit 6088692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyaml/fn/framework/doc.go
Expand Up @@ -75,7 +75,7 @@
// Generated ResourceList.functionConfig -- ConfigMaps
// Functions may also be specified imperatively and run using:
//
// kpt fn run DIR/ --image image/containing/function:impl -- value=foo
// kustomize fn run DIR/ --image image/containing/function:impl -- value=foo
//
// When run imperatively, a ConfigMap is generated for the functionConfig, and the command
// arguments are set as ConfigMap data entries.
Expand Down

0 comments on commit 6088692

Please sign in to comment.