Skip to content

Commit

Permalink
echo the themelist so we can see what's being grepped
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jun 26, 2024
1 parent 089cda4 commit 635f257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ function clean_up() {

if ! echo "$themelist" | grep -w "^sagename"; then
echo "${red}Theme $sagename not found in the theme list. Exiting here.${normal}"
terminus wp -- "$sitename"."$siteenv" theme list
echo "$themelist"
exit 1;
fi

Expand Down

0 comments on commit 635f257

Please sign in to comment.