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 d99bea1 commit 0bd2734
Show file tree
Hide file tree
Showing 2 changed files 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:"/etc/yum2npm/config.yaml" description:"Path to config.yaml"`
Config string `long:"config" short:"c" default:"/kodata/config.yaml" description:"Path to config.yaml"`
Version bool `login:"version" short:"v" description:"Print version information"`
}

Expand Down
File renamed without changes.

0 comments on commit 0bd2734

Please sign in to comment.