diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/github-release.sh | 2 |
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" |
48 | fi | 48 | fi |
49 | if [ "$type" = '' ]; then | 49 | if [ "$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 |
52 | fi | 52 | fi |
53 | 53 | ||