Skip to content

Commit

Permalink
removed irrelavant change
Browse files Browse the repository at this point in the history
  • Loading branch information
devang-gaur committed May 12, 2021
1 parent cfd3e5b commit 7872ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ func GetAbsPath(path string) (string, error) {
}

// get absolute file path
path, err := filepath.Abs(path)
return path, err
path, _ = filepath.Abs(path)
return path, nil
}

// FindAllDirectories Walks the file path and returns a list of all directories within
Expand Down

0 comments on commit 7872ef5

Please sign in to comment.