Skip to content

Commit

Permalink
drop safety
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Aug 14, 2024
1 parent 06cff47 commit 0abd060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SYNTAX.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,14 +480,14 @@ clean:

```make
provision :
pip install bashate safety
pip install bashate yamllint
```

```make
provision :
pip install \
bashate \
safety
yamllint
```

```make
Expand Down

0 comments on commit 0abd060

Please sign in to comment.