1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

Update src/cache-distributions/cache-distributor.ts

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
This commit is contained in:
Evgenii Korolevskii 2023-02-09 16:05:21 +01:00 committed by GitHub
parent 29e63a4476
commit e8c120888a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`