doc: fixed instructions for pre release hook

This commit is contained in:
Giles Bradshaw 2020-07-30 07:24:27 +01:00
parent 75257a0607
commit c6c7a538ac
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ make a pre commit hook to compile
```shell
echo `drone jsonnet --source .drone//.drone.jsonnet --target .drone//.drone.yml --stream` > .git/hooks/pre-commit
echo `git add .drone//.drone.yml` > .git/hooks/pre-commit
echo `drone jsonnet --source .drone/.drone.jsonnet --target .drone/.drone.yml --stream` > .git/hooks/pre-commit
echo `git add .drone/.drone.yml` > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
```