Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Aug 21, 2024
1 parent 0a97527 commit a964586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/createHelpRedirects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ while read -r line; do
fi

if ! [[ $DEST_URL =~ ^https://(help|use|integrations)\.expensify\.com|^https://www\.expensify\.org ]]; then
error "Found destination URL that is not a helpDot or useDot URL: $DEST_URL"
error "Found destination URL that is not a supported URL: $DEST_URL"
exit 1
fi

Expand Down

0 comments on commit a964586

Please sign in to comment.