drnic / github-tmbundle

TextMate bundle for working with GitHub
229 stars 37 forks source link

False is not a symbol #5

Open nhocki opened 14 years ago

nhocki commented 14 years ago

When I try to create a gist from my selection, I get a TypeError because "false is not a symbol".

I looked at the source and the problem is here:

Gist.send(ARGV[0] == "private")

Thanks,

Nicolás Hock