Skip to content

Commit ccad1a1

Browse files
authored
Update validate_urls.sh
1 parent 54bb0b0 commit ccad1a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/validate_urls.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
WHITELIST_URLS=angularclass.com,\
44
angular.io,\
5+
patrickjs.com,\
56
https://dartlang-slack.herokuapp.com/,\
67
github.com/angularclass/awesome-angular,\
78
github.com/angular/universal,\
@@ -25,4 +26,4 @@ https://plus.google.com/+AngularJS,\
2526
https://blog.craftlab.hu/multiple-solutions-for-angular-ahead-of-time-aot-compilation-c474d9a0d508,\
2627
https://www.bitsrc.io
2728

28-
awesome_bot README.md --white-list ${WHITELIST_URLS}
29+
awesome_bot README.md --white-list ${WHITELIST_URLS} --allow-redirect --allow-dupe

0 commit comments

Comments
 (0)