diff --git a/src/vnm_mad/remotes/lib/vnm_driver.rb b/src/vnm_mad/remotes/lib/vnm_driver.rb index a0f9d3c2a9..8b4cb2af39 100644 --- a/src/vnm_mad/remotes/lib/vnm_driver.rb +++ b/src/vnm_mad/remotes/lib/vnm_driver.rb @@ -189,11 +189,11 @@ module VNMMAD options end - # Returns true if the driver is executing action pre - def self.pre_action? - File.basename($PROGRAM_NAME) == 'pre' - end + end + # Returns true if the driver is executing action pre + def self.pre_action? + File.basename($PROGRAM_NAME) == 'pre' end end