Skip to content

Commit

Permalink
Merge pull request #27 from vholer/master
Browse files Browse the repository at this point in the history
Use virt-customize's delete command for delete
  • Loading branch information
jfontan authored Apr 22, 2017
2 parents 48f95c7 + e6a6954 commit 06d706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cangallo/cangafile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Cangafile

"delete" => {
"action" => lambda do |input|
add_head "run-command rm -rf #{input}"
add_head "delete #{input}"
end
},

Expand Down

0 comments on commit 06d706a

Please sign in to comment.