Skip to content

Commit

Permalink
Fix horribly confusing lint failure. 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgavin committed Feb 4, 2025
1 parent b84492c commit 6f77278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cachedirectory/cachedirectory.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func isAccessibleDirectory(path string) (bool, error) {
}
return false, errors.Wrapf(err, "Could not access directory %s.", path)
}

return true, nil
}

Expand Down

0 comments on commit 6f77278

Please sign in to comment.