Skip to content

Commit

Permalink
fixed verify
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajNagure committed Jun 24, 2024
1 parent f56039e commit 9500538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fi

if [[ "${VERIFY_DRY_RUN_TESTDATA:-true}" == "true" ]]; then
echo "[*] Verifying testdata..."
chmod +x ${ROOT_DIR}/hack/verify-testdata.sh
chmod +x "${ROOT_DIR}"/hack/verify-testdata.sh
"${ROOT_DIR}"/hack/verify-testdata.sh || failed+=(testdata)
fi

Expand Down

0 comments on commit 9500538

Please sign in to comment.