1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

remove trailing empty line

This commit is contained in:
Sylvain 2022-03-21 11:42:26 +01:00
parent 0b074baef5
commit 6addc8f4c2

View File

@ -21,7 +21,6 @@ add_var() {
else
yq -i eval "(.services.$SERVICE.environment | .[] | select(. == \"ES_JAVA_OPTS*\")) += \" -Dlog4j2.formatMsgNoLookups=true\"" docker-compose.yml
fi
}
proceed()