mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
download_strategy: fix cvs
checkouts
This commit is contained in:
parent
7e79232512
commit
8a4cac0238
@ -1350,7 +1350,7 @@ class CVSDownloadStrategy < VCSDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
command! "cvs",
|
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,
|
chdir: cached_location.dirname,
|
||||||
timeout: Utils::Timer.remaining(timeout)
|
timeout: Utils::Timer.remaining(timeout)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user