diff --git a/.drone/README.md b/.drone/README.md index ca23f3e..237b41b 100644 --- a/.drone/README.md +++ b/.drone/README.md @@ -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 ```