Skip to content

Commit

Permalink
Fix restyle URL for downloading script (#6427)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple authored and pull[bot] committed Sep 9, 2021
1 parent 1ab6c5a commit f12d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/restyle-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set -e
CHIP_ROOT=$(cd "$here/../.." && pwd)

restyle-paths() {
url=https://github.com/restyled-io/restyler/raw/master/bin/restyle-path
url=https://github.com/restyled-io/restyler/raw/main/bin/restyle-path

sh <(curl --location --proto "=https" --tlsv1.2 "$url" -sSf) "$@"
}
Expand Down

0 comments on commit f12d10f

Please sign in to comment.