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: