Skip to content

Commit

Permalink
fix(typo): fix typo with unlocked package collection log
Browse files Browse the repository at this point in the history
Co-authored-by: Azlam <43767972+azlam-abdulsalam@users.noreply.github.com>
  • Loading branch information
alanjaouen and azlam-abdulsalam authored Oct 7, 2024
1 parent a819598 commit 443bbae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class InstallUnlockedPackageCollection {
if (skipIfPackageInstalled) {
SFPLogger.log(
`${EOL}Checking whether package ${COLOR_KEY_MESSAGE(pacakgeName)} with ID ${COLOR_KEY_MESSAGE(
packageVersionId)}is installed in ${this.sfpOrg.getUsername()}`,
packageVersionId)} is installed in ${this.sfpOrg.getUsername()}`,
LoggerLevel.INFO,
this.logger
);
Expand Down

0 comments on commit 443bbae

Please sign in to comment.