Fixed typo

This commit is contained in:
2025-05-14 19:13:27 +00:00
parent 75c3bc6560
commit 264b27f319
+1 -1
View File
@@ -1,5 +1,5 @@
# Get Staging domain
STAGING_DOMAIN=$(wp option get siteurl | awk -F'//' '{print $2}'
STAGING_DOMAIN=$(wp option get siteurl | awk -F'//' '{print $2}')
# Import DB
wp db import ./wp-content/mysql.sql