developmentseed / jekyll-hook

No Longer Maintained | A server that listens for GitHub webhook posts and renders a Jekyll site
BSD 3-Clause "New" or "Revised" License
508 stars 83 forks source link

Make build-v1.sh executable #10

Closed drewish closed 10 years ago

drewish commented 10 years ago

I'm embarrassed to admit how long it took me to realize that the somewhat cryptic error I was getting:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn EACCES
    at errnoException (child_process.js:980:11)
    at Process.ChildProcess._handle.onexit (child_process.js:771:34)

...was simply due to this file not being executable :see_no_evil:

dhcole commented 10 years ago

Thanks!