Skip to content

Commit

Permalink
Update docker-builder
Browse files Browse the repository at this point in the history
exists typo
  • Loading branch information
azdolinski authored Dec 8, 2023
1 parent 7be2961 commit d3cd56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-builder
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit d3cd56e

Please sign in to comment.