We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b04c4d1 + df2a400 commit 2405f30Copy full SHA for 2405f30
hack/lima-and-qemu.pl
@@ -45,7 +45,7 @@
45
for my $example (@ARGV) {
46
my $config = "$repo_root/examples/$example.yaml", ;
47
die "Config $config not found" unless -f $config;
48
- system("limactl delete -f $example") if -f "$ENV{HOME}/.lima/$example";
+ system("limactl delete -f $example") if -d "$ENV{HOME}/.lima/$example";
49
system("limactl start --tty=false $config");
50
system("limactl shell $example uname");
51
system("limactl stop $example");
0 commit comments