Skip to content

Commit

Permalink
fix spelling error and add link to wp search-replace (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerjfco committed May 4, 2017
1 parent b2a25a5 commit 8dcb7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/platform/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (l *LocalApp) ImportDB(imPath string) error {
}

if l.GetType() == "wordpress" {
util.Warning("Wordpress sites require a search/replace of the database when the URL is changed. You can run \"ddev exec 'wp search-replace [http://www.myproductionsite.example] %s'\" to update the URLs acroos your database.", l.URL())
util.Warning("Wordpress sites require a search/replace of the database when the URL is changed. You can run \"ddev exec 'wp search-replace [http://www.myproductionsite.example] %s'\" to update the URLs across your database. For more information, see http://wp-cli.org/commands/search-replace/", l.URL())
}

return nil
Expand Down

0 comments on commit 8dcb7d0

Please sign in to comment.