Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add clarification on salt states.
  • Loading branch information
jbouter committed Nov 13, 2019
1 parent 7d2a223 commit c66960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Wish to create a `salt-lint` extension for your favourite editor? We're always l

`sed` might be one of the better tools to fix common issues, as shown in commands below.

**Note**: these commands assume your current working directory is the salt directory/repository.
**Note**: these commands assume your current working directory is the salt (states) directory/repository.

Fix spacing arround `{{ var_name }}`, eg. `{{env}}` --> `{{ env }}`:\
`sed -i -E "s/\{\{\s?([^}]*[^} ])\s?\}\}/\{\{ \1 \}\}/g" $(find . -name '*.sls')`
Expand Down

0 comments on commit c66960f

Please sign in to comment.