diff --git a/SYNTAX.md b/SYNTAX.md index 970431f..b22e229 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -480,14 +480,14 @@ clean: ```make provision : - pip install bashate safety + pip install bashate yamllint ``` ```make provision : pip install \ bashate \ - safety + yamllint ``` ```make