removed powershell info in help for windows, now in error message

This commit is contained in:
mik-tf 2024-10-12 07:58:43 -04:00
parent eef5a0dfbe
commit 4e9da76069

View File

@ -26,7 +26,7 @@ const docker_cmd = $if windows {
} }
const info_msg = $if windows { const info_msg = $if windows {
'Note: Make sure to use an admin PowerShell. Docker Desktop must be running to use the push function.\n' 'Note: Docker Desktop must be running to use the push function.\n'
} $else $if linux { } $else $if linux {
'Note: Docker Engine must be running to use the push function.\n' 'Note: Docker Engine must be running to use the push function.\n'
} $else $if macos { } $else $if macos {