Skip to content

Commit 85c23a9

Browse files
Addressed Melanija's comment
1 parent 9eda719 commit 85c23a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/get_list_files_to_delete.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ set -eou pipefail
66

77
pushd openapi/v2
88
upcoming_api_versions=$(find . -maxdepth 1 -name 'openapi-*.upcoming.json' -exec basename {} \; | sed -e "s/^openapi-//" -e "s/\.json$//")
9-
echo "upcoming_api_versions:"
10-
echo "${upcoming_api_versions}"
9+
echo "upcoming_api_versions: ${upcoming_api_versions}"
1110

1211
api_versions=$(cat versions.json)
1312
echo "api_versions: ${api_versions}"

0 commit comments

Comments
 (0)