Skip to content

Commit

Permalink
Merge pull request #1156 from salesforcecli/test1
Browse files Browse the repository at this point in the history
fix: default hep value
  • Loading branch information
WillieRuemmele authored Sep 6, 2024
2 parents b13572f + da267c2 commit 7f4f4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/project/convert/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class Source extends SfCommand<ConvertResultJson> {
aliases: ['outputdir'],
deprecateAliases: true,
default: `metadataPackage_${Date.now()}`,
defaultHelp: async () => Promise.resolve('metadataPackage_>timestamp<'),
char: 'd',
summary: messages.getMessage('flags.output-dir.summary'),
}),
Expand Down

0 comments on commit 7f4f4db

Please sign in to comment.