Upgrade to stone v0.5.1

This commit is contained in:
2022-11-29 03:17:20 -05:00
parent f0f23bbb26
commit b929ebe1a0
4 changed files with 3 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ func Add (bookmark Bookmark) {
func init () {
dataDirectory = config.DataHome("skipper")
bookmarksFile = filepath.Join(dataDirectory, "bookmarks")
println(bookmarksFile)
load()
}