Skip to content

Commit

Permalink
F #4089: minor fix (#4451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González authored and rsmontero committed Apr 6, 2020
1 parent da20f3e commit eae53fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/vmm_mad/remotes/lib/firecracker/microvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
# This class interacts with Firecracker
class MicroVM

# rubocop:disable Naming/AccessorMethodName
# rubocop:disable Layout/LineLength

#---------------------------------------------------------------------------
# List of commands executed by the driver.
#---------------------------------------------------------------------------
COMMANDS = {
:clean => 'sudo /var/tmp/one/vmm/firecracker/clean_fc',
:clean => 'sudo /var/tmp/one/vmm/firecracker/one-clean-firecracker-domain',
:map_context => '/var/tmp/one/vmm/firecracker/map_context'
}

# rubocop:disable Naming/AccessorMethodName
# rubocop:disable Layout/LineLength

#---------------------------------------------------------------------------
# Class constructors & static methods
#---------------------------------------------------------------------------
Expand Down

0 comments on commit eae53fc

Please sign in to comment.