Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mfederowicz committed Oct 3, 2023
1 parent e930323 commit f1498a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,5 @@ func initConfig() {

func fileExist(path string) bool {
_, err := AppFs.Stat(path)
return err == nil
return false
}

return true
return err == nil
}

0 comments on commit f1498a3

Please sign in to comment.