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

Commit

Permalink
hide chob folder. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Feb 1, 2023
1 parent 553c243 commit 0a8e9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var VERSION string = "1.0.0"

func ChobPath() string {
usr, _ := user.Current()
var Path string = path.Join(usr.HomeDir, "chob")
var Path string = path.Join(usr.HomeDir, ".chob")

return Path
}
Expand Down

0 comments on commit 0a8e9e2

Please sign in to comment.