Skip to content

Commit 060c11b

Browse files
committed
Reword comment
1 parent 9f7e0af commit 060c11b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/init-action.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
184184
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
185185
&& config.originalUserInput.packs
186186
) {
187-
// If it is an array, that single language analysis we assume
188-
// there is only a single language being analyzed.
187+
// If it is an array, then assume there is only a single language being analyzed.
189188
if (Array.isArray(config.originalUserInput.packs)) {
190189
packs[config.languages[0]] = config.originalUserInput.packs;
191190
} else {

0 commit comments

Comments
 (0)