From 5840b2fa6842877b1ce8233d3139d4178e48b05a Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Tue, 28 Nov 2017 20:36:36 +0000 Subject: [PATCH] Rename purge_backed_versioned_files to purge_backed_up_versioned_files --- Library/Homebrew/cask/lib/hbc/installer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb index 83dcf2a557..ac04c42141 100644 --- a/Library/Homebrew/cask/lib/hbc/installer.rb +++ b/Library/Homebrew/cask/lib/hbc/installer.rb @@ -401,7 +401,7 @@ module Hbc end def finalize_upgrade - purge_backed_versioned_files + purge_backed_up_versioned_files puts summary end @@ -447,7 +447,7 @@ module Hbc Utils.gain_permissions_remove(path, command: @command) end - def purge_backed_versioned_files + def purge_backed_up_versioned_files ohai "Purging files for version #{@cask.version} of Cask #{@cask}" # versioned staged distribution