Update SoftwareUpdateRefresh.php - typo

pull/6327/head
Shlee 2 days ago committed by GitHub
parent 6e0cf5470a
commit fa09986a0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,6 @@ class SoftwareUpdateRefresh extends Command
Cache::remember($key, 1209600, function() {
return SoftwareUpdateService::fetchLatest();
});
$this->info('Succesfully updated software versions!');
$this->info('successfully updated software versions!');
}
}

Loading…
Cancel
Save