Skip to content

Commit

Permalink
Fix lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 5, 2024
1 parent facabde commit 2252fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyaml/fn/framework/doc.go
Expand Up @@ -63,7 +63,7 @@
//
// The functionConfig may be specified declaratively and run with
//
// kustomize fn run DIR/
// kustomize fn run DIR/
//
// Declarative function declaration:
//
Expand All @@ -82,7 +82,7 @@
// Generated ResourceList.functionConfig -- ConfigMaps
// Functions may also be specified imperatively and run using:
//
// kustomize 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 2252fd9

Please sign in to comment.