Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Apr 21, 2016
1 parent 7427c2c commit ff68307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widgets/OSFormatter.php
Expand Up @@ -102,8 +102,9 @@ public function generateInfoCircle()
*/
public function run()
{
if (!($this->osimage instanceof Osimage)) {
if (!$this->osimage instanceof Osimage) {
echo $this->imageName;
return;
}

echo $this->osimage->getFullOsName();
Expand Down

0 comments on commit ff68307

Please sign in to comment.