download_strategy: fix cvs checkouts

This commit is contained in:
Eric Knibbe 2025-06-21 10:13:39 -04:00
parent 7e79232512
commit 8a4cac0238
No known key found for this signature in database

View File

@ -1350,7 +1350,7 @@ class CVSDownloadStrategy < VCSDownloadStrategy
end
command! "cvs",
args: [*quiet_flag, "-d", @url, "checkout", "-d", cached_location.basename, @module],
args: [*quiet_flag, "-d", @url, "checkout", "-d", basename.to_s, @module],
chdir: cached_location.dirname,
timeout: Utils::Timer.remaining(timeout)
end