Skip to content

Commit dbfa88b

Browse files
committed
revert change to composer.json script to reference dev branch on stanford_profile again.
1 parent 3e0d033 commit dbfa88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"rm -rf docroot/profiles/custom/stanford_profile",
206206
"git checkout docroot/profiles/custom/stanford_profile",
207207
"git remote add stanford_profile git@github.com:SU-SWS/stanford_profile.git || true",
208-
"git subtree pull --prefix=docroot/profiles/custom/stanford_profile --squash stanford_profile tags/12.2.1 || true",
208+
"git subtree pull --prefix=docroot/profiles/custom/stanford_profile --squash stanford_profile 12.x || true",
209209
"git checkout --ours docroot/profiles/custom/stanford_profile/composer.json",
210210
"git checkout --ours docroot/profiles/custom/stanford_profile/stanford_profile.info.yml",
211211
"git add docroot/profiles/custom/stanford_profile/composer.json docroot/profiles/custom/stanford_profile/stanford_profile.info.yml"

0 commit comments

Comments
 (0)