24
1
Fork 0

Fixed activity report parameter.

This commit is contained in:
Christian P. MOMON 2020-11-12 01:27:52 +01:00 committed by root
parent 269ab1f4c2
commit 9990833d88
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ post_report()
cat <<EOF > "${datafile}"
{
"issue": {
"notes": "$(/srv/forge.chapril.org/tools/rapport_activite/rapport_activite.sh | sed -z 's/\n/\\n/g')"
"notes": "$(/srv/forge.chapril.org/tools/rapport_activite/rapport_activite.sh -p | sed -z 's/\n/\\n/g')"
}
}
EOF