Skip to content

Commit

Permalink
fixup! flux diff artifact: Provide a non-semantic diff option.
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Forster <[email protected]>
  • Loading branch information
octo committed Sep 3, 2024
1 parent 4205892 commit 727a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/diff_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ func (d dyffBuiltin) Diff(ctx context.Context, fromDir, toDir string) (string, e
return buf.String(), nil
}

// semanticDiffFlag implements pflag.Value for chosing a semantic diffing algorithm.
// semanticDiffFlag implements pflag.Value for choosing a semantic diffing algorithm.
type semanticDiffFlag struct {
options map[string]differ
value string
Expand Down

0 comments on commit 727a3af

Please sign in to comment.