File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ read -r -p "Do you solemnly swear that you have had fewer than 2 alcoholic bever
3
3
if [[ $response =~ ^([yY][eE][sS]| [yY])$ ]]
4
4
then
5
5
wp @production db reset --yes
6
- wp @development db export - > sql-dump-development.sql
6
+ wp @development db export -> sql-dump-development.sql
7
7
wp @production db import sql-dump-development.sql
8
8
wp @production search-replace https://imagewize.dev https://imagewize.nl --skip-columns=guid
9
9
else
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ read -r -p "Do you solemnly swear that you have had fewer than 2 alcoholic bever
3
3
if [[ $response =~ ^([yY][eE][sS]| [yY])$ ]]
4
4
then
5
5
wp @development db reset --yes
6
- wp @production db export - > sql-dump-production.sql
6
+ wp @production db export -> sql-dump-production.sql
7
7
wp @development db import sql-dump-production.sql
8
8
wp @development search-replace https://imagewize.nl http://imagewizenl.dev --skip-columns=guid
9
9
else
You can’t perform that action at this time.
0 commit comments