Linting fixes
This commit is contained in:
@@ -53,7 +53,7 @@ func (c *Cache) checkEntry(id string) (string, error) {
|
||||
|
||||
func (c *Cache) createEntry(id string) (string, error) {
|
||||
path := filepath.Join(c.rootfsDir(), id)
|
||||
if err := os.MkdirAll(path, 755); err != nil {
|
||||
if err := os.MkdirAll(path, 0755); err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user