nanobox.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:19:01 -05:00
parent 34f6f45f71
commit 15a9e2988e
1 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,6 @@ cask 'nanobox' do
depends_on :cask => 'virtualbox'
depends_on :cask => 'vagrant'
container :type => :naked
binary 'nanobox'
@ -20,7 +19,7 @@ cask 'nanobox' do
end
zap :delete => [
'~/.nanobox',
'/opt/nanobox',
]
'~/.nanobox',
'/opt/nanobox',
]
end