Skip to content
This repository was archived by the owner on Mar 10, 2019. It is now read-only.

Commit bbeac00

Browse files
author
Andrew Lytvynov
committed
Fix scribble usage
nanobox-io/golang-scribble@94c595b has introduced a breaking change to golang-scribble API. Use the new API to fix the build.
1 parent 23fffea commit bbeac00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func main() {
2727

2828
config.ConfigurePGConf("0.0.0.0", config.Conf.PGPort)
2929

30-
store, err := scribble.New(config.Conf.StatusDir, config.Log)
30+
store, err := scribble.New(config.Conf.StatusDir, &scribble.Options{Logger: config.Log})
3131
if err != nil {
3232
config.Log.Fatal("Scribble did not setup correctly - ", err.Error())
3333
os.Exit(1)

0 commit comments

Comments
 (0)