From 7f898e6c4238f9ebd11c3a2187c13cbd07b6d865 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Tue, 6 Nov 2018 16:52:31 -0800 Subject: [PATCH] Fixing curl for twitter.com in browser.sh. --- automation/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/browser.sh b/automation/browser.sh index af31a92..56f2a68 100644 --- a/automation/browser.sh +++ b/automation/browser.sh @@ -19,7 +19,7 @@ WEBSITE[3]="https://www.amazon.com" WEBSITE[4]="https://www.reddit.com" WEBSITE[5]="https://www.wikipedia.org" WEBSITE[6]="https://www.yahoo.com" -WEBSITE[7]="https://www.twitter.com" +WEBSITE[7]="https://twitter.com" WEBSITE[8]="https://www.instagram.com" WEBSITE[9]="https://www.linkedin.com" -- 2.34.1