semicolon

This commit is contained in:
NyxErinys 2026-05-18 00:32:25 -05:00
parent 3f9936bcd4
commit 42e8b079f0

View file

@ -9,7 +9,7 @@
name = "ubuntu"; name = "ubuntu";
image = "ubuntu:latest"; image = "ubuntu:latest";
command = [ "sh" "-c" ]; command = [ "sh" "-c" ];
args = [ "tail" "-f" "/dev/null" ] args = [ "tail" "-f" "/dev/null" ];
} }
]; ];
}; };