Skip to content

Commit

Permalink
Fix Typo (wwek -> week) (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
tino-teuber authored Oct 11, 2024
1 parent 5d25208 commit 7816870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Artifacts/Get-BCArtifactUrl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- All: will return all possible urls in the selection.
- Latest: will sort on version, and return latest version.
- Daily: will return the latest build from yesterday (ignoring builds from today). Daily only works with Sandbox artifacts.
- Weekly: will return the latest build from last week (ignoring builds from this wwek). Weekly only works with Sandbox artifacts.
- Weekly: will return the latest build from last week (ignoring builds from this week). Weekly only works with Sandbox artifacts.
- Closest: will return the closest version to the version specified in version (must be a full version number).
- SecondToLastMajor: will return the latest version where Major version number is second to Last (used to get Next Minor version from insider).
- Current: will return the currently active sandbox release.
Expand Down

0 comments on commit 7816870

Please sign in to comment.