diff --git a/cmd/util.go b/cmd/util.go index 37ebfe64..ceee4730 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -79,6 +80,7 @@ func guessRepoFolder(ctx *cli.Context) (string, error) { guessLocations := []string{ // TODO: For now just one. + (os.Getenv("HOME") + "/.brig"), ".", }