Skip to content

Commit

Permalink
Merge pull request #158 from MITLibraries/fix-composer-syntax
Browse files Browse the repository at this point in the history
Update composer multidev-search-replace syntax
  • Loading branch information
matt-bernhardt authored Sep 17, 2024
2 parents 9be1842 + 11cbad2 commit 5aaee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/composer/class-mitcomposerscripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function multidev_create_syntax( $event ): void {
*/
public static function multidev_search_replace_syntax( $event ): void {
$multidev = self::multidev_name( $event );
$terminus_command = "terminus remote:wp mitlib-wp-network.$multidev -- search-replace live-mitlib-wp-network.pantheonsite.io $multidev-mitlib-wp-network.pantheonsite.io --url=live-mitlib-wp-network.pantheonsite.io --network";
$terminus_command = "terminus remote:wp mitlib-wp-network.$multidev -- search-replace libraries.mit.edu $multidev-mitlib-wp-network.pantheonsite.io --url=libraries.mit.edu --network";
$event->getIO()->write( $terminus_command );
$event->getIO()->write( '-----' );
}
Expand Down

0 comments on commit 5aaee3f

Please sign in to comment.