change stage to phase

This commit is contained in:
Oliver Gorwits
2017-10-07 09:42:41 +01:00
parent 256c10bae5
commit 273cbbc11b
40 changed files with 58 additions and 58 deletions

View File

@@ -6,7 +6,7 @@ use aliased 'App::Netdisco::Worker::Status';
use App::Netdisco::Util::Device 'is_arpnipable_now';
register_worker({ stage => 'check' }, sub {
register_worker({ phase => 'check' }, sub {
my ($job, $workerconf) = @_;
my $device = $job->device;