Skip to content

Commit

Permalink
fix: typo in comment (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieper committed Jan 10, 2024
1 parent 49edbe5 commit f09c3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksops.go
Expand Up @@ -63,7 +63,7 @@ func help() {
os.Exit(1)
}

// main executes KOSPS as an exec plugin
// main executes KSOPS as an exec plugin
func main() {
nargs := len(os.Args)
if !(nargs == 1 || nargs == 2) {
Expand Down

0 comments on commit f09c3b7

Please sign in to comment.