int to string

This commit is contained in:
TheWanderingCrow 2025-07-10 17:36:18 -04:00
parent b9a24b8fc0
commit f480c5a61c

View file

@ -20,7 +20,7 @@
_module.args = {
disk = "/dev/nvme0n1";
withSwap = true;
swapSize = 8;
swapSize = "8";
};
}