Skip to content

Commit 6c4464e

Browse files
committed
fix: Use full package name for the package
if package exists in multiple taps this is required
1 parent 2bbdd2e commit 6c4464e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brew-pkg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def pkg
5757
FileUtils.mkdir_p staging_root
5858

5959

60-
pkgs = [f]
60+
pkgs = [ARGV.last]
6161

6262
# Add deps if we specified --with-deps
6363
pkgs += f.recursive_dependencies if ARGV.include? '--with-deps'

0 commit comments

Comments
 (0)