Skip to content

Commit

Permalink
Fix conflicting shorthand flags for TOD script (#11055)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamore-linode authored Oct 9, 2024
1 parent 7da635d commit e1b6b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tod-payload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ program
.option('-v, --appVersion <str>', 'Application version')
.option('-t, --appTeam <str>', 'Application team name')
.option('-f, --fail', 'Treat payload as failure')
.option('-t, --tag <str>', 'Optional tag for run')
.option('-T, --tag <str>', 'Optional tag for run')

.action((junitPath: string) => {
return main(junitPath);
Expand Down

0 comments on commit e1b6b48

Please sign in to comment.