mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
github_packages: add missing root mkpath
This commit is contained in:
parent
03ef2fd16a
commit
d78dc014d1
@ -260,6 +260,7 @@ class GitHubPackages
|
||||
|
||||
root = Pathname("#{formula_name}--#{version_rebuild}")
|
||||
FileUtils.rm_rf root
|
||||
root.mkpath
|
||||
|
||||
if keep_old
|
||||
download(user, token, skopeo, image_uri, root, dry_run: dry_run)
|
||||
|
Loading…
x
Reference in New Issue
Block a user