use `Module.nesting` in ax88772.rb

instead of hardcoded class name
This commit is contained in:
Roland Walker 2014-12-05 11:30:19 -05:00
parent 46b3164092
commit 42beefebc9
1 changed files with 1 additions and 1 deletions

View File

@ -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