Skip to content

Commit

Permalink
fix code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Oct 19, 2021
1 parent 060c093 commit 24fb595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocis-pkg/config/defaults/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const ()

var (
// switch between modes
BaseDataPathType string = "homedir"
BaseDataPathType = "homedir"
// don't read from this, only write
BaseDataPathValue string = "/var/lib/ocis"
BaseDataPathValue = "/var/lib/ocis"
)

func BaseDataPath() string {
Expand Down

0 comments on commit 24fb595

Please sign in to comment.