Skip to content

Commit 727a3af

Browse files
committed
fixup! flux diff artifact: Provide a non-semantic diff option.
Signed-off-by: Florian Forster <[email protected]>
1 parent 4205892 commit 727a3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flux/diff_artifact.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func (d dyffBuiltin) Diff(ctx context.Context, fromDir, toDir string) (string, e
383383
return buf.String(), nil
384384
}
385385

386-
// semanticDiffFlag implements pflag.Value for chosing a semantic diffing algorithm.
386+
// semanticDiffFlag implements pflag.Value for choosing a semantic diffing algorithm.
387387
type semanticDiffFlag struct {
388388
options map[string]differ
389389
value string

0 commit comments

Comments
 (0)