Skip to content

Commit

Permalink
init cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ta0li committed Mar 1, 2021
1 parent 67ca21a commit 69b9735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/repo/fsrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ func (fsr *FsRepo) Exists() (bool, error) { //nolint
_, err = os.Stat(filepath.Join(fsr.path, fsDatastore))
notexist := os.IsNotExist(err)
if notexist {
err = nil

_, err = os.Stat(filepath.Join(fsr.path, fsKeystore))
notexist = os.IsNotExist(err)
if notexist {
Expand Down

0 comments on commit 69b9735

Please sign in to comment.