Skip to content

Commit

Permalink
Fixed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Jan 15, 2025
1 parent 37713e6 commit a1bced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Console/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function getLongVersion()
return sprintf(
'%s (based on %s %s)',
parent::getLongVersion(),
$this->productMetadata->getProductName(),
$this->productMetadata->getName(),
$this->productMetadata->getVersion()
);
}
Expand Down

0 comments on commit a1bced7

Please sign in to comment.