Closed edigaryev closed 2 months ago
Current behavior:
% tart delete non-existent ; echo $? failed to open lock file file:///Users/edi/.tart/vms/non-existent/config.json: No such file or directory 1
With this PR:
% tart delete non-existent ; echo $? the specified VM "non-existent" does not exist 2
Related to https://github.com/cirruslabs/packer-plugin-tart/issues/168.
Current behavior:
With this PR:
Related to https://github.com/cirruslabs/packer-plugin-tart/issues/168.