Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored and afresh1 committed Sep 3, 2012
1 parent 1708ab9 commit 7523e61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/OpenBSDTorrents.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ our @EXPORT = qw(
&Get_Files_and_Dirs
);

our $BaseDir = '/home/ftp/pub';
our $TorrentDir = '/home/andrew/torrents';
our $BaseName = 'OpenBSD';
our $Tracker = 'http://OpenBSD.somedomain.net/announce.php';
our $BaseDir = '/home/ftp/pub';
our $TorrentDir = '/home/andrew/torrents';
our $BaseName = 'OpenBSD';
our $Tracker = 'http://OpenBSD.somedomain.net/announce.php';

# These are regexes that tell what files to skip;
our $SkipDirs = qr/\/patches$/;
Expand Down

0 comments on commit 7523e61

Please sign in to comment.