Skip to content

Commit

Permalink
Fix installer path
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Aug 31, 2022
1 parent cedf5b1 commit 43357b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-install-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ protected function install_mantle( string $dir, InputInterface $input, OutputInt
"cd {$framework_dir} && git remote set-url origin git@github.com:alleyinteractive/mantle-framework.git",
"cd {$framework_dir} && composer install",
"git clone https://github.com/alleyinteractive/mantle.git {$mantle_dir}",
"cd {$framework_dir} && git remote set-url origin git@github.com:alleyinteractive/mantle.git",
"cd {$mantle_dir} && git remote set-url origin git@github.com:alleyinteractive/mantle.git",
"cd {$mantle_dir} && composer config repositories.mantle-framework '{\"type\": \"path\", \"url\": \"../{$name}-framework\", \"options\": {\"symlink\": true}}' --file composer.json",
// Update Mantle to accept any version of these dependencies.
"cd {$mantle_dir} && composer require alleyinteractive/mantle-framework:\"*\" alleyinteractive/composer-wordpress-autoloader:\"*\" --no-update --no-scripts",
Expand Down

0 comments on commit 43357b8

Please sign in to comment.