Skip to content

Commit

Permalink
Fixes @Conductor path resolution when attempting to load a local .hoo…
Browse files Browse the repository at this point in the history
…ker.json configuration.
  • Loading branch information
allebb committed Jan 17, 2021
1 parent 2680733 commit cc722d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ the syntax is as follows:
],
"#deploy_commands": [],
"post_commands": [
"cd {{local-repo}} && {{php-bin}} {{composer-bin}} install --no-dev --no-suggest --no-progress --prefer-dist --optimize-autoloader",
"cd {{local-repo}} && {{php-bin}} {{composer-bin}} install --no-dev --no-progress --prefer-dist --optimize-autoloader",
"chmod 755 {{local-repo}}/storage",
"{{php-bin}} {{local-repo}}/artisan migrate --force",
"{{php-bin}} {{local-repo}}/artisan config:cache",
Expand Down

0 comments on commit cc722d8

Please sign in to comment.