mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: apply shellcheck recommendation which was causing "make lint" to fail locally (#12972)
This commit is contained in:
@ -213,7 +213,7 @@ while ! maybedryrun "$DRY_RUN" timeout 1 bash -c "echo > /dev/tcp/localhost/6061
|
|||||||
echo "pprof failed to become ready in time!"
|
echo "pprof failed to become ready in time!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
pprof_attempt_counter+=1
|
((pprof_attempt_counter += 1))
|
||||||
maybedryrun "$DRY_RUN" sleep 3
|
maybedryrun "$DRY_RUN" sleep 3
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user