summaryrefslogtreecommitdiffstats
path: root/src/oh-parsechangelog.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-01 04:59:20 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-01 05:02:57 (EDT)
commit1bd1f57312bc110d487aa4d3ce09842816bbaf99 (patch)
tree638ef960940c4dd44978bfc996389cc641d8a612 /src/oh-parsechangelog.sh
parente42905f2bd31ba3929d03110f6da91832f312050 (diff)
Hardcode relative path to changelog.
Diffstat (limited to 'src/oh-parsechangelog.sh')
-rw-r--r--src/oh-parsechangelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-parsechangelog.sh b/src/oh-parsechangelog.sh
index 766a872..7cca14d 100644
--- a/src/oh-parsechangelog.sh
+++ b/src/oh-parsechangelog.sh
@@ -33,7 +33,7 @@ main()
exit 1
fi
- oh_changelog_parse changelog output
+ oh_changelog_parse output
}
output()