Skip to content

Commit

Permalink
fix constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Jan 21, 2024
1 parent 42ea966 commit 624c541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

package constants

import (
"os"
"path"
)

func getDataFilePaths() []pathReceiver {
return []pathReceiver{
receiverWithPath(os.UserConfigDir, zeropsDir, cliDataFileName),
Expand Down
1 change: 1 addition & 0 deletions src/constants/windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package constants

import (
"os"
"path"
)

func getDataFilePaths() []pathReceiver {
Expand Down

0 comments on commit 624c541

Please sign in to comment.