Skip to content

Commit

Permalink
klint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Dec 17, 2024
1 parent 778c3da commit 00df974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class MirrordExecManager(private val service: MirrordProjectService) {
wslDistribution: WSLDistribution?,
projectEnvVars: Map<String, String>?,
mirrordApi: MirrordApi,
cli: String,
cli: String
): Pair<String?, String?>? {
MirrordLogger.logger.debug("MirrordExecManager.start")
val mirrordActiveValue = projectEnvVars?.get("MIRRORD_ACTIVE")
Expand Down

0 comments on commit 00df974

Please sign in to comment.