forked from toolshed/abra
@ -61,7 +61,7 @@ The new example repository is cloned to ~/.abra/apps/<recipe>.
|
||||
path.Join(config.APPS_DIR, recipeName, ".drone.yml"),
|
||||
}
|
||||
for _, path := range toParse {
|
||||
file, err := os.OpenFile(path, os.O_RDWR, 0755)
|
||||
file, err := os.OpenFile(path, os.O_RDWR, 0644)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user