Skip to content

Commit fa6b290

Browse files
Update .github/scripts/upcoming_api_releases.sh
Co-authored-by: Bianca Lisle <[email protected]>
1 parent 64a240e commit fa6b290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/upcoming_api_releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eou pipefail
33

44
# This script checks for upcoming API version releases within the next 3 weeks.
55
# It performs the following steps:
6-
# 1. Fetches and oarse the `versions.json` file using in the `mongodb/openapi` repository deom the `dev` branch
6+
# 1. Fetches and parses the `versions.json` file using in the `mongodb/openapi` repository on the `dev` branch
77
# 2. Gets the current date in seconds since epoch.
88
# 3. Determines if the system is macOS or Linux to use the appropriate `date` command format.
99
# 4. Iterates through each date in the `version_dates`:

0 commit comments

Comments
 (0)