Skip to content

Commit 7522e9c

Browse files
committed
Update cloned git removal message
1 parent 4f12112 commit 7522e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wp-starter-setup-module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
printf "${BLUE}Removing cloned remote Git for ${CUSTOM_THEME_NAME}...${RESET}\n"
4040
git -C wp-content/themes/${CUSTOM_THEME_SLUG} remote remove origin
4141
# Print success message
42-
printf "${GREEN}Cloned remote Git connection removed for ${CUSTOM_THEME_NAME}.${RESET}\n"
42+
printf "${GREEN}Removed cloned remote Git connection for ${CUSTOM_THEME_NAME}.${RESET}\n"
4343
fi
4444

4545
# Install All-In-One Migration plugin

0 commit comments

Comments
 (0)