Rename purge_backed_versioned_files to purge_backed_up_versioned_files
This commit is contained in:
parent
9227c8fe3c
commit
5840b2fa68
@ -401,7 +401,7 @@ module Hbc
|
|||||||
end
|
end
|
||||||
|
|
||||||
def finalize_upgrade
|
def finalize_upgrade
|
||||||
purge_backed_versioned_files
|
purge_backed_up_versioned_files
|
||||||
|
|
||||||
puts summary
|
puts summary
|
||||||
end
|
end
|
||||||
@ -447,7 +447,7 @@ module Hbc
|
|||||||
Utils.gain_permissions_remove(path, command: @command)
|
Utils.gain_permissions_remove(path, command: @command)
|
||||||
end
|
end
|
||||||
|
|
||||||
def purge_backed_versioned_files
|
def purge_backed_up_versioned_files
|
||||||
ohai "Purging files for version #{@cask.version} of Cask #{@cask}"
|
ohai "Purging files for version #{@cask.version} of Cask #{@cask}"
|
||||||
|
|
||||||
# versioned staged distribution
|
# versioned staged distribution
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user