From 6779556650ea3e62475868335d14a25514246a2d Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 11 Nov 2013 20:44:02 -0200 Subject: [PATCH] Add a TODO so that we can easily grep this --- lib/vagrant-lxc/driver.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant-lxc/driver.rb b/lib/vagrant-lxc/driver.rb index 86314bb..dbedcfb 100644 --- a/lib/vagrant-lxc/driver.rb +++ b/lib/vagrant-lxc/driver.rb @@ -115,6 +115,7 @@ module Vagrant # To keep this function backwards compatible with existing boxes, the path # included in the tarball needs to have the same amount of path components (2) # that will be stripped before extraction, hence the './.' + # TODO: This should be reviewed before 1.0 cmds = [ "cd #{base_path}", "rm -f rootfs.tar.gz",