Add space

This commit is contained in:
Mario Romero 2023-09-06 23:36:47 -03:00
parent 0dd9c1e3e0
commit 7485e02b26

View File

@ -54,7 +54,7 @@ if ($response -eq 'y') {
Write-Host ""
$dockercommand = ("docker run -d --pull always" +
$dockercommand = ("docker run -d --pull always " +
"--name $containername " +
"-v /tmp/.X11-unix:/tmp/.X11-unix " +
"-v /mnt/wslg:/mnt/wsl " +