Fix missing argument for getLastBackupVersion()
parent
f542b0f32d
commit
47d196f37f
|
@ -107,7 +107,7 @@ EOT
|
||||||
|
|
||||||
// remove all backups except for the most recent, if any
|
// remove all backups except for the most recent, if any
|
||||||
if ($input->getOption('clean-backups')) {
|
if ($input->getOption('clean-backups')) {
|
||||||
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion());
|
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion($rollbackDir));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue