From 544838d90d7977b69c33540de2348221d4893389 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Thu, 23 Feb 2023 05:18:37 -0800 Subject: [PATCH] Fix line endings in cli-scripts folder - Remove unnecessary "Using" log message. - Resolves #249 --- .gitattributes | 1 + manage | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 016c375..a85a68c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ manage text eol=lf **/bin/**/* text eol=lf **/scripts/**/* text eol=lf **/genesis/**/* text eol=lf +**/cli-scripts/**/* text eol=lf diff --git a/manage b/manage index dd46940..f332bcc 100755 --- a/manage +++ b/manage @@ -25,7 +25,6 @@ dockerCompose="docker-compose --log-level ERROR --build" if [[ $(docker compose version 2> /dev/null) == 'Docker Compose'* ]]; then dockerCompose="docker --log-level error compose" fi -echo "Using: ${dockerCompose}" # ================================================================================================================= # Usage: