diff options
-rwxr-xr-x | bin/bin/gitio | 2 |
1 files changed, 1 insertions, 1 deletions
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 |