Skip to content

Commit 7f3de25

Browse files
Fix typo
1 parent ea5dec2 commit 7f3de25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const getPackageManagerInfo = async (packageManager: string) => {
123123
*
124124
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
125125
* expected to be the result of `core.getInput('cache-dependency-path')`
126-
* @return list of directories and possible
126+
* @return list of directories
127127
*/
128128
export const getProjectDirectoriesFromCacheDependencyPath = memoize(
129129
async (cacheDependencyPath: string): Promise<string[]> => {

0 commit comments

Comments
 (0)