Skip to content

Commit

Permalink
Fix mark down format for hook examples. (#1565)
Browse files Browse the repository at this point in the history
There was a missing markdown close tag on the extending-commands.md which resulted in text rendering as code and code rendering as text.
  • Loading branch information
yanniboi authored and rfay committed May 2, 2019
1 parent 980cb5c commit 7e9b172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/users/extending-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ hooks:
- exec: "drush uli"
post-start:
- exec: bash -c "sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y ghostscript sqlite3 php7.2-sqlite3 && sudo killall -HUP php-fpm"```
```
Example:
Expand Down

0 comments on commit 7e9b172

Please sign in to comment.