Skip to content

Commit 2c40924

Browse files
authored
fix(scripts): use correct variable for oas lock (#244)
1 parent 142141b commit 2c40924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-oas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
git clone "${OAS_REPO}" "${ROOT_DIR}/oas" --quiet
3232

3333
# OPTIONAL: Lock to a specific commit
34-
if [[ "$OAS_REPO_NAME" == "https://github.com/stackitcloud/stackit-api-specifications.git" ]]; then
34+
if [[ "$OAS_REPO" == "https://github.com/stackitcloud/stackit-api-specifications.git" ]]; then
3535
cd "${ROOT_DIR}/oas"
3636
git checkout 335aa32af4d6c0d2a036b8567773da2f051f7efb
3737
fi

0 commit comments

Comments
 (0)