From 4e9da760697c2ab75bd8956617893d1150c1cdb7 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sat, 12 Oct 2024 07:58:43 -0400 Subject: [PATCH] removed powershell info in help for windows, now in error message --- flist.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flist.v b/flist.v index 4070fee..bd54648 100644 --- a/flist.v +++ b/flist.v @@ -26,7 +26,7 @@ const docker_cmd = $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 { 'Note: Docker Engine must be running to use the push function.\n' } $else $if macos {