Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 12, 2012
1 parent 5f1390a commit ae117bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ help ()

gist_get ()
{
URL="https://gist.github.com/$1.txt"
URL="https://raw.github.com/gist/$1"
log "* reading Gist from $URL"

CMD="curl -s $URL"
Expand Down

0 comments on commit ae117bb

Please sign in to comment.