Skip to content

Commit

Permalink
Fix line endings in cli-scripts folder
Browse files Browse the repository at this point in the history
- Remove unnecessary "Using" log message.
- Resolves bcgov#249
  • Loading branch information
WadeBarnes committed Feb 23, 2023
1 parent 211d181 commit 544838d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 544838d

Please sign in to comment.