Skip to content

Commit e39add1

Browse files
iruzevicpiqusy
andauthored
Update src/Db/DbImport.php
Co-authored-by: Ivan Ramljak <22823970+piqusy@users.noreply.github.com>
1 parent dfcf982 commit e39add1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Db/DbImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function dbImport(string $setupFile, array $args = [])
104104
WP_CLI::log('Database search replace for host successfully finished.');
105105
WP_CLI::log('--------------------------------------------------');
106106

107-
// Search and replace url scheme.
107+
// Search and replace URL scheme.
108108
if ($toScheme !== $fromScheme) {
109109
WP_CLI::runcommand("search-replace {$fromScheme}://{$toHost} {$toScheme}://{$toHost} --all-tables --network");
110110
WP_CLI::log('Database search replace for scheme successfully finished.');

0 commit comments

Comments
 (0)