We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d611a2d commit 9508104Copy full SHA for 9508104
ssm-agent/argot-proofs/agent-concurrency-proof-fix.sh
@@ -20,7 +20,7 @@ echo "Running goroutine analysis on SSM agent in directory $(pwd)"
20
21
"$ARGOT_BIN" goroutine -config "$SCRIPT_DIR"/argot-config-agent.yaml | tee /tmp/argot-output.txt || true
22
23
-if grep -F '[INFO] Analysis took ' /tmp/argot-output.txt; then
+if grep -F '[INFO] Analysis took ' /tmp/argot-output.txt; then
24
echo "Found end of results"
25
else
26
echo "Analysis did not complete"
0 commit comments