Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update replace_strings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 24, 2023
1 parent ed0b917 commit 7415553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/replace_strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ REPLACES=(
"s/mail.send_mail/raise NotImplementedError(\'calling send_mail\'); mail.send_mail_to_admins/g"

# Disable other .appspot.com domains
"s/[-,a-z,A-Z,0-9,_,.]*.appspot.com/brave-perf-dashboard.appspot.com/g"
"s/[-,a-z,A-Z,0-9,_]*.appspot.com/brave-perf-dashboard.appspot.com/g"
)
for ((i = 0; i < ${#REPLACES[@]}; i++)); do
replace=${REPLACES[$i]}
Expand Down

0 comments on commit 7415553

Please sign in to comment.