Skip to content
Snippets Groups Projects
Commit 9c12ac7d authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

see if this fixes things


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 1f008f17
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ set +e ...@@ -8,7 +8,7 @@ set +e
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
puts-warn "KNOWN SECURITY VULNERABILITIES FOUND IN DEPENDENCIES!" puts-warn "KNOWN SECURITY VULNERABILITIES FOUND IN DEPENDENCIES!"
cat $tmpfile | indent cat "$tmpfile" | indent
fi fi
rm -fr $tmpfile rm -fr $tmpfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment