Skip to content

Commit

Permalink
[7] Corrected case of undefined outfile
Browse files Browse the repository at this point in the history
Signed-off-by: DoesntMatter <jaed1@gmx.net>
  • Loading branch information
DoesntMatter committed Jan 22, 2012
1 parent fc8aea0 commit 5f61a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlog_to_rss.pl
Expand Up @@ -60,7 +60,7 @@
}

unless ($options{'outfile'} and $options{'outfile'} ne '') {
$options{'outfile'} = cwd();
$options{'outfile'} = cwd() . "/feed.rss";
}

#
Expand Down

0 comments on commit 5f61a91

Please sign in to comment.