diff --git a/cmd/root.go b/cmd/root.go index a4f0e31b..b5b643a8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -109,13 +109,6 @@ func serveAndListen(cmd *cobra.Command, args []string) { } func quickSetup(cmd *cobra.Command) { - var err error - scope := mustGetString(cmd, "scope") - if scope == "" { - scope, err = os.Getwd() - checkErr(err) - } - db, err := storm.Open(databasePath) checkErr(err) defer db.Close()