Skip to content

Commit 1383417

Browse files
authored
Merge pull request #21154 from Homebrew/fix_linux_artifact
linux/cask/artifact/relocated: fix type error.
2 parents 4c8b562 + c3388ae commit 1383417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/extend/os/linux/cask/artifact/relocated.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Relocated
1010

1111
requires_ancestor { ::Cask::Artifact::Relocated }
1212

13-
sig { params(file: Pathname, altname: Pathname, command: T.class_of(SystemCommand)).returns(T.nilable(SystemCommand::Result)) }
13+
sig { params(file: ::Pathname, altname: ::Pathname, command: T.class_of(SystemCommand)).returns(T.nilable(SystemCommand::Result)) }
1414
def add_altname_metadata(file, altname, command:)
1515
# no-op on Linux: /usr/bin/xattr for setting extended attributes is not available there.
1616
end

0 commit comments

Comments
 (0)