Skip to content

Commit

Permalink
(fix/solve) Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shibaeff committed Sep 23, 2024
1 parent b6de017 commit 4700140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/chain/ofac.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func NewOfacChecker() (*OfacChecker, error) {

func getOfacListPath() string {
currentDirectory, _ := os.Getwd()
return filepath.Join(currentDirectory, filepath.Join("../metadata", ofacListFilename))
return filepath.Join(currentDirectory, "..", "metadata", ofacListFilename)
}

func DownloadOfacList() error {
Expand Down

0 comments on commit 4700140

Please sign in to comment.