From 9f4de4f63ab4cf493cf62f8b36b6002c304d8ecb Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Wed, 13 Jan 2016 22:16:39 -0500
Subject: make regex less specific

---
 bin/bin/gitio | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin')

diff --git a/bin/bin/gitio b/bin/bin/gitio
index 293ac4f..ef6bba3 100755
--- a/bin/bin/gitio
+++ b/bin/bin/gitio
@@ -43,7 +43,7 @@ optstest() {
   found=0
   for arg in "$@"
   do
-    if echo $arg | cut -d/ -f3 | grep -q "github.com\|raw.githubusercontent.com"
+    if echo $arg | cut -d/ -f3 | grep -q "github.com\|githubusercontent.com"
     then
       GHURL=$arg
       found=1
-- 
cgit v1.2.1