Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Gross <joshmgross@github.com>
  • Loading branch information
Link- and joshmgross authored Dec 2, 2024
1 parent 792ec71 commit b24632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export async function restoreCache(
* @param primaryKey an explicit key for restoring the cache
* @param restoreKeys an optional ordered list of keys to use for restoring the cache if no cache hit occurred for key
* @param options cache download options
* @param enableCrossOsArchive an optional boolean enabled to restore on windows any cache created on any platform
* @param enableCrossOsArchive an optional boolean enabled to restore on Windows any cache created on any platform
* @returns string returns the key for the cache hit, otherwise returns undefined
*/
async function restoreCacheV1(
Expand Down

0 comments on commit b24632b

Please sign in to comment.