Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed May 1, 2020
1 parent 1da651c commit cffc0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/upload-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/upload-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function combineSarifFiles(sarifFiles: string[]): string {
}

// Upload the given payload.
// If the request fails then this will be retry a small number of times.
// If the request fails then this will retry a small number of times.
async function uploadPayload(payload) {
core.info('Uploading results');

Expand Down

0 comments on commit cffc0f7

Please sign in to comment.