1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Add .md file extension

This commit is contained in:
downtownallday 2022-06-12 17:22:47 -04:00
parent 639826b97a
commit 379ae8ea8c

View File

@ -109,7 +109,7 @@ else
to_ref="$branch"
title="Unmerged commits from feature branch _${branch}_"
else
of="$scriptdir/$bs_tag"
of="$scriptdir/$bs_tag.md"
tag_from_git || exit 1
from_ref="$TAG"
to_ref="HEAD"