Removing unnecessary variable

This commit is contained in:
ilumos 2017-08-27 22:17:44 +01:00
parent d3a1e9741a
commit 88b1f0788e

View file

@ -46,7 +46,7 @@ class StartDownloading extends Command
});
if (!$process->isSuccessful()) {
$this->error('Steam account '.$account.' is not $process authorised');
$this->error('Steam account '.$account.' is not authorised');
$this->comment('Please run "./lancache-autofill steam:authorise-account '.$account.'"');
die();
}