Commit fb643f90 authored by Marin Jankovski's avatar Marin Jankovski

Forgot All.

parent c24ae03a
......@@ -38,7 +38,7 @@ func lfsAuthorizeHandler(handleFunc serviceHandleFunc) serviceHandleFunc {
return
}
if err := os.Mkdir(r.StoreLFSPath, 0700); err != nil {
if err := os.MkdirAll(r.StoreLFSPath, 0700); err != nil {
fail500(w, "Couldn't create directory for storing LFS tmp objects.", err)
return
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment