jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit hook fails - Syntax error: "(" unexpected

mupchrch opened this issue · comments

I'm seeing my pre-commit hook fail in linux. I turned on debug logging - I saw it mentioned in another issue.

mupchrch /workspace/project $ git commit -m 'Trigger card ui infra'
Running > GIT_ARGS=("$@"); deno lint --config deno.json
sh: 1: Syntax error: "(" unexpected
error: Failed at the lint script

mupchrch /workspace/project $ echo $SHELL
/bin/bash

I guess ( isn't supported in bash? (Not sure, I'm not super knowledgable with shell scripting)

Huh, seems to be working now 🤔

Anyway, thanks for a great tool!