Skip to content

Commit

Permalink
Fix symlink to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Nov 29, 2024
1 parent 9413824 commit a0ba4f1
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 @@ -226,7 +226,7 @@
"scripts": {
"post-drupal-scaffold-cmd": [
"[ ! -d web/sites/default/files/modules_local ] && mkdir -p web/sites/default/files/modules_local || exit 0",
"[ ! -L web/modules/local ] && ln -s web/sites/default/files/modules_local web/modules/local || exit 0"
"[ ! -L web/modules/local ] && ln -s ../web/sites/default/files/modules_local web/modules/local || exit 0"
]
},
"extra": {
Expand Down

0 comments on commit a0ba4f1

Please sign in to comment.