Skip to content

Commit

Permalink
virusscan returns 200, not 201
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Mar 28, 2015
1 parent 7defcda commit ee304b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ define SCAN_FILE
--output /tmp/$(1).tmp \
--include \
$(VIRUSTOTAL_URL) | \
grep ^201 || (cat /tmp/$(1).tmp ; echo ; exit 1)
grep ^2 || (cat /tmp/$(1).tmp ; echo ; exit 1)
-rm -f /tmp/$(1).tmp
touch .$(1).scanned

Expand Down

0 comments on commit ee304b0

Please sign in to comment.