diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index 1b27824..d6ddd08 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -1,3 +1,3 @@ drone jsonnet --source .drone/drone-home.jsonnet --target .drone/.drone-home.yml --stream \ -&& git add .drone/.drone-home.yml \ +&& git add .drone/drone-home.yml \ && echo "jsonnet built" \ No newline at end of file