Skip to content

Commit

Permalink
Awful bug fixed. finanalyst++
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Dec 6, 2010
1 parent d169b55 commit 9483038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/neutro
Expand Up @@ -142,10 +142,12 @@ sub notice (Str $what) {
sub updatedb {
notice 'Updating modules database';
my $cwd = cwd;
chdir $CONFIGDIR;
unlink 'projects.list' if 'projects.list'.IO ~~ :e;
fetch 'ecosystem', 'git://github.com/perl6/ecosystem.git';
cp 'projects.list', "$CONFIGDIR/projects.list";
chdir $cwd;
}
multi MAIN ('list') {
Expand Down

0 comments on commit 9483038

Please sign in to comment.