Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 16, 2024
1 parent b8263bf commit fe31f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yum2npm/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "github.com/jessevdk/go-flags"

type Options struct {
Config string `long:"config" short:"c" default:"/kodata/config.yaml" description:"Path to config.yaml"`
Config string `long:"config" short:"c" default:"/var/run/ko/config.yaml" description:"Path to config.yaml"`
Version bool `login:"version" short:"v" description:"Print version information"`
}

Expand Down

0 comments on commit fe31f16

Please sign in to comment.