add more to nanobox zap

This commit is contained in:
adityadalal924 2015-11-21 10:03:50 -05:00
parent 47280a0801
commit 564234f3fd
1 changed files with 4 additions and 1 deletions

View File

@ -19,5 +19,8 @@ cask :v1 => 'nanobox' do
set_permissions "#{staged_path}/nanobox", '755'
end
zap :delete => '~/.nanobox'
zap :delete => [
'~/.nanobox',
'/opt/nanobox',
]
end