Skip to content

Commit 6baf8b6

Browse files
committed
fix typo
1 parent 0ef5ba7 commit 6baf8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/scan/perform-reachability-analysis.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export async function performReachabilityAnalysis(
167167
const env: NodeJS.ProcessEnv = {
168168
...process.env,
169169
}
170-
// do not pass default repo and branch name to coana to mixing
170+
// do not pass default repo and branch name to coana to avoid mixing
171171
// buckets (cached configuration) from projects that are likely very different.
172172
if (repoName && repoName !== constants.SOCKET_DEFAULT_REPOSITORY) {
173173
env['SOCKET_REPO_NAME'] = repoName

0 commit comments

Comments
 (0)