Skip to content
Snippets Groups Projects
Verified Commit 696c3f34 authored by David Hoese's avatar David Hoese
Browse files

Fix bad log message in GRB notify script

parent bb3970a0
No related tags found
No related merge requests found
Pipeline #10553 failed
......@@ -28,7 +28,7 @@ if [[ ${S3_ENDPOINT} != "" ]]; then
fi
while [[ ! -d "${WATCH_DIR}" ]]; do
echo "$(date +%Y-%m-%d %H:%M:%S): Watch directory doesn't exist. Waiting..."
echo "$(date +"%Y-%m-%d %H:%M:%S"): Watch directory doesn't exist. Waiting..."
sleep 60
done
......
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