Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Installation file throws error permission denied
  • Loading branch information
flyfix committed Mar 5, 2018
1 parent c2e6326 commit 20e808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"scripts": {
"post-install-cmd": [
"./install.sh"
"chmod +x ./install.sh"
]
},
"autoload": {
Expand Down

0 comments on commit 20e808b

Please sign in to comment.