Skip to content

Commit 430dc9b

Browse files
committed
feat: rename file to api-versions-lock.json to emphasize semantics
1 parent 8e3e13f commit 430dc9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ROOT_DIR ?= $(shell git rev-parse --show-toplevel)
22
SCRIPTS_BASE ?= $(ROOT_DIR)/scripts
3-
API_VERSIONS ?= $(ROOT_DIR)/api-versions.json
3+
API_VERSIONS ?= $(ROOT_DIR)/api-versions-lock.json
44
SDK_BRANCH ?= main
55

66
# SETUP AND TOOL INITIALIZATION TASKS
File renamed without changes.

scripts/download-oas.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if [[ ! ${OAS_REPO} || -d ${OAS_REPO} ]]; then
1919
fi
2020

2121
if [[ -z ${OAS_API_VERSIONS} ]]; then
22-
echo "No API version passed, using ${ROOTDIR}/api-versions.json"
23-
OAS_API_VERSIONS="${ROOT_DIR}/api-versions.json"
22+
echo "No API version passed, using ${ROOTDIR}/api-versions-lock.json"
23+
OAS_API_VERSIONS="${ROOT_DIR}/api-versions-lock.json"
2424
fi
2525

2626
# Create temp directory to clone OAS repo

0 commit comments

Comments
 (0)