Override parameter in main.go

This commit is contained in:
Pavel Kiselev 2017-01-24 08:04:13 +07:00
parent 9b1d915dd1
commit ee547c5899
No known key found for this signature in database
GPG Key ID: 4964A418B307836D

View File

@ -60,7 +60,7 @@ func initClient() {
var err error
if options.Bookmark != "" {
cl, err = initClientUsingBookmark(bookmarks.Path(), options.Bookmark)
cl, err = initClientUsingBookmark(bookmarks.Path(options.BookmarksDir), options.Bookmark)
} else {
cl, err = client.New()
}