Override parameter in main.go
This commit is contained in:
parent
9b1d915dd1
commit
ee547c5899
2
main.go
2
main.go
@ -60,7 +60,7 @@ func initClient() {
|
|||||||
var err error
|
var err error
|
||||||
|
|
||||||
if options.Bookmark != "" {
|
if options.Bookmark != "" {
|
||||||
cl, err = initClientUsingBookmark(bookmarks.Path(), options.Bookmark)
|
cl, err = initClientUsingBookmark(bookmarks.Path(options.BookmarksDir), options.Bookmark)
|
||||||
} else {
|
} else {
|
||||||
cl, err = client.New()
|
cl, err = client.New()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user