From b0b63b1b4ead02f473c0331698308094b1799277 Mon Sep 17 00:00:00 2001 From: az Date: Thu, 2 Feb 2023 21:16:32 +0100 Subject: [PATCH] [skip ci] remove comment --- .../provs/framework/core/cli/CliUtils.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt index 76164fd..1adb83b 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/framework/core/cli/CliUtils.kt @@ -93,7 +93,6 @@ private fun createRemoteProvInstance( } -// todo: consider removal as password can be retrieved by PromptSecretSource internal fun retrievePassword(cliCommand: TargetCliCommand): Secret? { var password: Secret? = null if (cliCommand.isValidRemote() && cliCommand.passwordInteractive) {