fix in line 42

This commit is contained in:
Aleksander Kuś 2017-03-20 11:59:25 +01:00 committed by GitHub
parent be7fc8a2c4
commit 9e55247dac
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ If you prefer configuration as code over GUI, you can generate `buddy.yml` that
docker_image_name: "jekyll/jekyll"
docker_image_tag: "latest"
execute_commands:
- "# Working directory with cloned repository: /srv/jekyll"
- "chown jekyll:jekyll $WORKING_DIR"
- "jekyll build"
```