Skip to content

Commit

Permalink
fixed -o yaml issue
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Isaac <[email protected]>
  • Loading branch information
oliverisaac committed Apr 26, 2023
1 parent 15aac54 commit 15aac74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions koi/tweakArgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ func ApplyTweaksToArgs(args []string) ([]string, string, string) {
} else {
arg = "--" + outputFormat + "=."
}
} else {
arg = "--output=" + outputFormat
}
}

Expand Down

0 comments on commit 15aac74

Please sign in to comment.