Skip to content

Commit 4d1cf96

Browse files
committed
update
1 parent 94e821f commit 4d1cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/split_spec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Running FOAS CLI split command with the following --env=${target_env:?} an
1010
foascli split -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/openapi.json --format all
1111

1212
# Filters out the current foas, removing all extensions that are not related with versioning
13-
foascli filter -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/v2.json --format all
13+
foascli filter -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2.json --format all
1414

1515
# Moves the unfiltered OAS to the raw folder
1616
mv -f "openapi-foas.json" "./openapi/.raw/v2.json"

0 commit comments

Comments
 (0)