Skip to content

Commit c455bea

Browse files
committed
Revert code to fix issue with drupal-profile path
1 parent 3e69eaa commit c455bea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"docroot/modules/contrib/{$name}": [
5252
"type:drupal-module"
5353
],
54-
"docroot/profiles/contrib/{$name}": [
54+
"docroot/profiles/contrib/openfed": [
5555
"type:drupal-profile"
5656
],
5757
"docroot/themes/contrib/{$name}": [

composer.openfed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"docroot/modules/contrib/{$name}": [
6060
"type:drupal-module"
6161
],
62-
"docroot/profiles/contrib/{$name}": [
62+
"docroot/profiles/contrib/openfed": [
6363
"type:drupal-profile"
6464
],
6565
"docroot/themes/contrib/{$name}": [

0 commit comments

Comments
 (0)