Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
Co-authored-by: Hidde Beydals <[email protected]>
Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein and hiddeco authored Dec 16, 2023
1 parent 721217a commit 7b17c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sops/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func warnMoreThanOnePositionalArgument(c *cli.Context) {
}
}
if potentialFlag != "" {
log.Warn(fmt.Sprintf("Note that one of the ignored positional argument is %q, which looks like a flag. Flags must always be provied before the first positional argument!", potentialFlag))
log.Warn(fmt.Sprintf("Note that one of the ignored positional argument is %q, which looks like a flag. Flags must always be provided before the first positional argument!", potentialFlag))
}
}
}
Expand Down

0 comments on commit 7b17c18

Please sign in to comment.