mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-26 01:10:18 +00:00
Removing unnecessary variable
This commit is contained in:
parent
d3a1e9741a
commit
88b1f0788e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue