Skip to content
Snippets Groups Projects
Commit 082492da authored by Jason Hiser's avatar Jason Hiser
Browse files

fixed typo

Former-commit-id: 38063da602c216baf20fc6da6504bfd5109f0600
parent 36a13f6a
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ protect()
res=$?
set -e
if [[ $res == 0 ]]; then
rm -f out peasoup*
rm -rf out peasoup*
else
echo "Failed protection!"
cat out peasoup*/logs/*
......
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