Skip to content

Commit

Permalink
Fix typo introduced in 881d466.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Sep 21, 2024
1 parent 270975d commit 3a896f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if [ -e "$WORKDIR/version_check-script" ]; then
mv "$WORKDIR/version_check-script" "$WORKDIR/version_check-script-old"
fi
mkdir -p "$WORKDIR/version_check-script"
chmod 0777 -p "$WORKDIR/version_check-script"
chmod 0777 "$WORKDIR/version_check-script"
cp -a "$VERSION_CHECK_SCRIPT" "$PWD/version_check-script/"

cd "$WORKDIR/version_check"
Expand Down

0 comments on commit 3a896f6

Please sign in to comment.