From fe4e297db2623a25e4784e10ae2772a8062132b7 Mon Sep 17 00:00:00 2001 From: Christian Nikkanen Date: Tue, 6 Mar 2018 17:48:00 +0200 Subject: [PATCH] Remove protocol --- customizations/js/tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations/js/tasks.js b/customizations/js/tasks.js index 1ee6cf9..c0fe44a 100644 --- a/customizations/js/tasks.js +++ b/customizations/js/tasks.js @@ -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')) }