fix output to neat

This commit is contained in:
Shihaam Abdul Rahman 2023-04-14 17:01:25 +05:00
parent a2a4909a9a
commit 4c1f49df3e
Signed by: shihaam
GPG Key ID: 1D33DF08702F2A9C
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_API_DOCKER_BUILD_PATH
DOCKER_RUN_PATH=$HONESTY_API_DOCKER_RUN_PATH
TG_CHATID=$HONESTY_TG_CHATID
echo "Content-type: text/html"
echo "Content-type: text/plain"
echo ""
COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h")

View File

@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_UI_DOCKER_BUILD_PATH
DOCKER_RUN_PATH=$HONESTY_UI_DOCKER_RUN_PATH
TG_CHATID=$HONESTY_TG_CHATID
echo "Content-type: text/html"
echo "Content-type: text/plain"
echo ""
COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h")