Skip to content

Commit

Permalink
Update playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohannadET authored May 16, 2022
1 parent 87d56fb commit 116b969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
hosts: webservers
tasks:
- name: update
shell: mkdir /reports/ && cd /code/threat-network-revamped/ && npm install -g eslint && eslint --no-color --format json --output-file /reports/ ./
shell: mkdir /reports/ && cd /code/threat-network-revamp/ && npm install -g eslint && eslint --no-color --format json --output-file /reports/ ./

0 comments on commit 116b969

Please sign in to comment.