ConfigJob: fix missing variable
This commit is contained in:
parent
c645660ecd
commit
862ffee616
|
@ -127,7 +127,7 @@ class ConfigJob extends JobHook
|
|||
protected function getActiveChecksum()
|
||||
{
|
||||
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
||||
$db,
|
||||
$this->db(),
|
||||
$api->getActiveStageName()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue