We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b1ed9 commit d4a464aCopy full SHA for d4a464a
scripts/get_pr_source_diff.sh
@@ -11,7 +11,7 @@ OUTPUT_DIR="output"
11
if [ ! -d "$OLD_REPO_PATH" ]; then
12
git clone https://github.com/PaperMC/Paper-archive.git -b ver/1.21.3 "$OLD_REPO_PATH"
13
else
14
- echo "Directory $TARGET_DIR already exists. Skipping clone."
+ echo "Directory $OLD_REPO_PATH already exists. Skipping clone."
15
fi
16
17
cleanup() {
0 commit comments