We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c8b562 + c3388ae commit 1383417Copy full SHA for 1383417
Library/Homebrew/extend/os/linux/cask/artifact/relocated.rb
@@ -10,7 +10,7 @@ module Relocated
10
11
requires_ancestor { ::Cask::Artifact::Relocated }
12
13
- sig { params(file: Pathname, altname: Pathname, command: T.class_of(SystemCommand)).returns(T.nilable(SystemCommand::Result)) }
+ sig { params(file: ::Pathname, altname: ::Pathname, command: T.class_of(SystemCommand)).returns(T.nilable(SystemCommand::Result)) }
14
def add_altname_metadata(file, altname, command:)
15
# no-op on Linux: /usr/bin/xattr for setting extended attributes is not available there.
16
end
0 commit comments