mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
typo
This commit is contained in:
@@ -26,6 +26,6 @@ sudo mdutil -E /
|
|||||||
sudo log stream | while true; do
|
sudo log stream | while true; do
|
||||||
if read -rt5 && [[ $REPLY =~ "executeQuery with success=0" ]]; then
|
if read -rt5 && [[ $REPLY =~ "executeQuery with success=0" ]]; then
|
||||||
echo "indexing completed"
|
echo "indexing completed"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user