Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Nov 27, 2021
1 parent 63a127c commit f1b64ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache-distributions/cache-factory.ts
Expand Up @@ -21,6 +21,6 @@ export function getCacheDistributor(
case PackageManagers.Poetry:
return new PoetryCache(pythonVersion, cacheDependencyPath);
default:
throw new Error(`Caching for '${packageManager}' is not supported`);
throw new Error(`Caching for '${packageManager}' is not supported LOL`);
}
}

0 comments on commit f1b64ab

Please sign in to comment.