bootcamp-devops-lemoncode icon indicating copy to clipboard operation
bootcamp-devops-lemoncode copied to clipboard

Fix: add double quote in windows variable

Open Perillos opened this issue 5 months ago • 1 comments

In Windows PowerShell, you need to put the subnet variables inside quotes. If you don’t, PowerShell will try to interpret something like as a division operation.

Perillos avatar Sep 10 '25 09:09 Perillos