Skip to content

Commit

Permalink
Merge pull request #1825 from danskernesdigitalebibliotek/main
Browse files Browse the repository at this point in the history
Merge recent hotfix to develop
  • Loading branch information
xendk authored Dec 4, 2024
2 parents 5bb77ed + f36e53e commit 28517da
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 @@ -225,7 +225,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 ../sites/default/files/modules_local web/modules/local || exit 0"
]
},
"extra": {
Expand Down

0 comments on commit 28517da

Please sign in to comment.