aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/github-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/github-release.sh')
-rwxr-xr-xtools/github-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/github-release.sh b/tools/github-release.sh
index 811ba06..bed34db 100755
--- a/tools/github-release.sh
+++ b/tools/github-release.sh
@@ -47,7 +47,7 @@ if [ "$tag" = 'LATEST' ]; then
47 GH_TAGS="$GH_REPO/releases/latest" 47 GH_TAGS="$GH_REPO/releases/latest"
48fi 48fi
49if [ "$type" = '' ]; then 49if [ "$type" = '' ]; then
50 sed -E -n -e ' /^$/ q; 10,$ s/^# *//p' "$0" 50 sed -E -n -e ' /^$/ q; 11,$ s/^# *//p' "$0"
51 exit 0 51 exit 0
52fi 52fi
53 53