Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 6f970fa

Browse files
committed
fix default config dir
1 parent 4ee2b5a commit 6f970fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/camblet/build.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919

2020
package main
2121

22-
import "os"
23-
2422
// Provisioned by ldflags
2523
// nolint: gochecknoglobals
2624
var (
2725
version = "dev"
2826
commitHash = "n/a"
2927
buildDate = "unknown"
30-
configDir = func() string { pwd, _ := os.Getwd(); return pwd }() + "/camblet.d"
28+
configDir = "./camblet.d"
3129
)

0 commit comments

Comments
 (0)