From 4231b3ad21bc9aeaa64f81b5976579a1c889b857 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Mon, 28 Nov 2022 22:16:20 +0100 Subject: [PATCH] update comment Signed-off-by: Somtochi Onyekwere --- cmd/flux/build_artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/build_artifact.go b/cmd/flux/build_artifact.go index d98e7d44..1ea52a8d 100644 --- a/cmd/flux/build_artifact.go +++ b/cmd/flux/build_artifact.go @@ -37,7 +37,7 @@ var buildArtifactCmd = &cobra.Command{ Example: ` # Build the given manifests directory into an artifact flux build artifact --path ./path/to/local/manifests --output ./path/to/artifact.tgz - # Build manifests fro stdin to an artifact + # Build manifests passed into stdin to an artifact kustomize build . | flux build artifact --output ./path/to/artifact.tgz --path - # Build the given single manifest file into an artifact