Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco Vermeulen committed Jul 26, 2024
1 parent 9f7e0af commit 060c11b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
&& config.originalUserInput.packs
) {
// If it is an array, that single language analysis we assume
// there is only a single language being analyzed.
// If it is an array, then assume there is only a single language being analyzed.
if (Array.isArray(config.originalUserInput.packs)) {
packs[config.languages[0]] = config.originalUserInput.packs;
} else {
Expand Down

0 comments on commit 060c11b

Please sign in to comment.