Skip to content

Commit

Permalink
Remove protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
k1sul1 committed Mar 6, 2018
1 parent f7ffb34 commit fe4e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customizations/js/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async function switchToSample(config) {
log(chalk.yellow('Importing sample database'))
await runInVagrant(`wp db reset --yes`)
await runInVagrant(`wp db import /data/wordpress/customizations/base.sql`)
await runInVagrant(`wp search-replace --all-tables https://wordpress.local ${url}`)
await runInVagrant(`wp search-replace --all-tables wordpress.local ${url}`)
log(chalk.yellow('Import done'))
}

Expand Down

0 comments on commit fe4e297

Please sign in to comment.