From 7f060b7362448306b7724b7bd269685c07e2ba98 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 6 Jan 2019 12:34:54 +0000 Subject: [PATCH] feat: merge with master License: MIT Signed-off-by: Henrique Dias --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index d15ab5bd..14f944b3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,13 +1,13 @@ package cmd import ( - "path/filepath" "crypto/tls" "io/ioutil" "log" "net" "net/http" "os" + "path/filepath" "strconv" "github.com/asdine/storm" @@ -86,7 +86,7 @@ func serveAndListen(cmd *cobra.Command, args []string) { checkErr(err) settings.Scope = scope err = st.Settings.Save(settings) - checkErr(err) + checkErr(err) } handler, err := fbhttp.NewHandler(st)