From e8c120888a4dafee0a5ae188b1c9e2b9fae4947e Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii <102794661+e-korolevskii@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:05:21 +0100 Subject: [PATCH] Update src/cache-distributions/cache-distributor.ts Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com> --- src/cache-distributions/cache-distributor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache-distributions/cache-distributor.ts b/src/cache-distributions/cache-distributor.ts index e2e5475b..29fba0cf 100644 --- a/src/cache-distributions/cache-distributor.ts +++ b/src/cache-distributions/cache-distributor.ts @@ -29,7 +29,7 @@ abstract class CacheDistributor { this.packageManager === 'pip' ? `${this.cacheDependencyPath .split('\n') - .join(',')} or ${CACHE_DEPENDENCY_BACKUP_PATH}}` + .join(',')} or ${CACHE_DEPENDENCY_BACKUP_PATH}` : this.cacheDependencyPath.split('\n').join(','); throw new Error( `No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`