Skip to content

Commit

Permalink
update to work with raw.githubusercontent.com urls
Browse files Browse the repository at this point in the history
  • Loading branch information
xero harrison committed Mar 19, 2015
1 parent 924e829 commit b13b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitio
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ optstest() {
found=0
for arg in "$@"
do
if echo $arg | cut -d/ -f3 | grep -Eq "github.com"
if echo $arg | cut -d/ -f3 | grep -q "github.com\|raw.githubusercontent.com"
then
GHURL=$arg
found=1
Expand Down

0 comments on commit b13b564

Please sign in to comment.