mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
use Module.nesting in ax88772.rb
instead of hardcoded class name
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ cask :v1 => 'ax88772' do
|
||||
|
||||
module Utils
|
||||
def self.basename
|
||||
"AX88772C_772B_772A_760_772_Macintosh_10.5_to_10.10_Driver_Installer_v#{Ax88772.version}"
|
||||
"AX88772C_772B_772A_760_772_Macintosh_10.5_to_10.10_Driver_Installer_v#{Module.nesting.last.version}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user