We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84492c commit 6f77278Copy full SHA for 6f77278
internal/cachedirectory/cachedirectory.go
@@ -35,7 +35,7 @@ func isAccessibleDirectory(path string) (bool, error) {
35
}
36
return false, errors.Wrapf(err, "Could not access directory %s.", path)
37
38
-
+
39
return true, nil
40
41
0 commit comments