Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquared94 committed May 5, 2021
1 parent edea084 commit 0f21129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skaffold/app/cmd/inspect_build_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

func cmdBuildEnv() *cobra.Command {
return NewCmd("build-env").
WithDescription("Interact with skaffold build environments definitions.").
WithDescription("Interact with skaffold build environment definitions.").
WithPersistentFlagAdder(cmdBuildEnvFlags).
WithCommands(cmdBuildEnvList())
}
Expand Down

0 comments on commit 0f21129

Please sign in to comment.