Skip to content

Commit

Permalink
Merge pull request #31 from humanmade/fix-syntax-error-sprintf
Browse files Browse the repository at this point in the history
Fix syntax error in sprintf call
  • Loading branch information
roborourke authored May 16, 2022
2 parents 29fab81 + bfff5f5 commit fbe3992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/command/class-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ protected function codecept( InputInterface $input, OutputInterface $output ) {
'--skip-email --skip-config && wp altis migrate --url=%2$s',
'%TEST_SITE_DB_NAME%',
'%TEST_SITE_WP_URL%',
'%TEST_SITE_WP_DOMAIN%',
'%TEST_SITE_WP_DOMAIN%'
),
'populate' => true,
'cleanup' => false,
Expand Down

0 comments on commit fbe3992

Please sign in to comment.