mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
e6000db8c5
commit
5b41948a8a
|
@ -22,7 +22,7 @@ func Extract(src string, dst string) error {
|
|||
|
||||
targetPath := filepath.Join(dst, path)
|
||||
if d.IsDir() {
|
||||
return os.MkdirAll(targetPath, os.ModePerm)
|
||||
return os.MkdirAll(targetPath, 0755)
|
||||
}
|
||||
|
||||
targetFile, err := os.Create(targetPath)
|
||||
|
|
Loading…
Reference in New Issue