Skip to content

Commit d4a464a

Browse files
committed
[ci skip] Fix old repo path reference when it already exists
1 parent e9b1ed9 commit d4a464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_pr_source_diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OUTPUT_DIR="output"
1111
if [ ! -d "$OLD_REPO_PATH" ]; then
1212
git clone https://github.com/PaperMC/Paper-archive.git -b ver/1.21.3 "$OLD_REPO_PATH"
1313
else
14-
echo "Directory $TARGET_DIR already exists. Skipping clone."
14+
echo "Directory $OLD_REPO_PATH already exists. Skipping clone."
1515
fi
1616

1717
cleanup() {

0 commit comments

Comments
 (0)