Skip to content

Commit

Permalink
fix(sfppackage): use tag__c in sfpowerscriptsArtifact2__c to store pa…
Browse files Browse the repository at this point in the history
…ckage type
  • Loading branch information
azlam-abdulsalam committed Mar 6, 2024
1 parent cab97b0 commit 534bd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sfp-cli/src/core/package/SfpPackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class SfpPackage extends PackageInfo {

public set packageType(packageType: string) {
this.package_type = packageType;
this.tag = packageType;
}
/**
* Do not use this constructor directly, use SfPPackageBuilder
Expand Down

0 comments on commit 534bd4d

Please sign in to comment.