From d3cd56ebb559f307d8f6e9fbd17b846a42505fd6 Mon Sep 17 00:00:00 2001 From: Artur Zdolinski Date: Fri, 8 Dec 2023 03:55:11 +0100 Subject: [PATCH] Update docker-builder exists typo --- docker-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-builder b/docker-builder index 46d3f5b..81fd25b 100644 --- a/docker-builder +++ b/docker-builder @@ -45,7 +45,7 @@ Help() echo " options:" echo " -f Force build without prompting, even if an identical image already exists in the repository." echo " -s Save the image to tar.gz file." - echo " -d If the file './docker-compose.yml' exist - try to restart service '${BUILD_NAME}'" + echo " -d If the file './docker-compose.yml' exists - try to restart service '${BUILD_NAME}'" echo " -v Print software version and exit." echo " -l Disable cache and log all output to the docker-builder.log file" echo " -h Print this Help."