aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-05-21 03:52:13 +0700
committerShulhan <ms@kilabit.info>2018-05-21 03:52:13 +0700
commit07793357af399c3f6722be3d1f5efb7af4e432b4 (patch)
tree55771f734c63292be20a9f18e2fdd3933e1d58dc /beku.go
parent8f01bf679c2bec9b514f4ea2d0f3d5c4eca9e953 (diff)
downloadbeku-07793357af399c3f6722be3d1f5efb7af4e432b4.tar.xz
Use filepath.Join when applicable
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/beku.go b/beku.go
index 3f079a0..a52fbb6 100644
--- a/beku.go
+++ b/beku.go
@@ -17,7 +17,7 @@ const (
dbgSkipSelf = "skip self dep"
dbgSkipStd = "skip std dep"
- dirDB = "/var/beku"
+ dirDB = "var/beku"
dirBin = "bin"
dirPkg = "pkg"
dirSrc = "src"