Skip to content

Commit

Permalink
Added scheduler for ship arrival
Browse files Browse the repository at this point in the history
  • Loading branch information
icydee committed Feb 21, 2013
1 parent 66b9631 commit f202a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/schedule_ship_arrival.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

out('Adding ship arrivals');
$ship_rs = Lacuna->db->resultset('Ships')->search({
my $ship_rs = Lacuna->db->resultset('Ships')->search({
task => 'Travelling',
});
while (my $ship = $ship_rs->next) {
Expand Down

0 comments on commit f202a3a

Please sign in to comment.