hugopl / gi-crystal

Tool to generate Crystal bindings for gobject-based libraries (i.e. GTK)
BSD 3-Clause "New" or "Revised" License
45 stars 3 forks source link

Fixed directory path to be properly escaped #149

Closed BigBoyBarney closed 5 months ago

BigBoyBarney commented 5 months ago

As mentioned in this issue, this should fix the error that occurs when installing the shard to a directory with a whitespace.

hugopl commented 5 months ago

linter failed, I believe you don't need to escape the double quotes.

BigBoyBarney commented 5 months ago

Got it, thanks and sorry!