Skip to content

Commit

Permalink
fix: command line argument usage
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon-sfdc committed Sep 7, 2021
1 parent 2f9d750 commit db0dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sgd/source/delta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default class SourceDeltaGenerate extends SfdxCommand {
ignoreDestructive: this.flags['ignore-destructive'],
apiVersion: this.flags['api-version'],
repo: this.flags.repo,
ignoreWhitespace: this.flags['--ignore-whitespace'],
ignoreWhitespace: this.flags['ignore-whitespace'],
generateDelta: this.flags['generate-delta'],
})
output.warnings = jobResult?.warnings?.map(warning => warning.message)
Expand Down

0 comments on commit db0dc0c

Please sign in to comment.