Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix accidentally hard-coded branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Oct 17, 2010
1 parent 5c55641 commit f80b453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/git-pdf
Expand Up @@ -102,11 +102,10 @@ cat > $bundle_file << EOF
\def\PYZrb{]}
\makeatother
\begin{document}
\title{wip.datamodel}
\maketitle
\tableofcontents
EOF

echo "\title{$feature}\maketitle\tableofcontents" >> $bundle_file

for source_file in $commits $files; do
if [ -f "$source_file" ]; then
short_file=`echo "$source_file" | sed -e '/git-pdf-commits/ s/.*\///'`
Expand Down

0 comments on commit f80b453

Please sign in to comment.