We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f12112 commit 7522e9cCopy full SHA for 7522e9c
modules/wp-starter-setup-module.sh
@@ -39,7 +39,7 @@ else
39
printf "${BLUE}Removing cloned remote Git for ${CUSTOM_THEME_NAME}...${RESET}\n"
40
git -C wp-content/themes/${CUSTOM_THEME_SLUG} remote remove origin
41
# Print success message
42
- printf "${GREEN}Cloned remote Git connection removed for ${CUSTOM_THEME_NAME}.${RESET}\n"
+ printf "${GREEN}Removed cloned remote Git connection for ${CUSTOM_THEME_NAME}.${RESET}\n"
43
fi
44
45
# Install All-In-One Migration plugin
0 commit comments