Skip to content

Commit 9f4a4e0

Browse files
Merge pull request #180 from arafesthain/patch-1
fix apexcompile flag
2 parents 093a072 + 029f172 commit 9f4a4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/texei/package/dependencies/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export default class Install extends SfCommand<PackageDependenciesInstallResult>
268268

269269
// APEX COMPILE
270270
if (flags.apexcompile) {
271-
args.push('--apexcompile');
271+
args.push('--apex-compile');
272272
args.push(`${flags.apexcompile}`);
273273
}
274274

0 commit comments

Comments
 (0)