[skip ci] remove comment
This commit is contained in:
parent
860dcb2fd8
commit
b0b63b1b4e
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ private fun createRemoteProvInstance(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// todo: consider removal as password can be retrieved by PromptSecretSource
|
|
||||||
internal fun retrievePassword(cliCommand: TargetCliCommand): Secret? {
|
internal fun retrievePassword(cliCommand: TargetCliCommand): Secret? {
|
||||||
var password: Secret? = null
|
var password: Secret? = null
|
||||||
if (cliCommand.isValidRemote() && cliCommand.passwordInteractive) {
|
if (cliCommand.isValidRemote() && cliCommand.passwordInteractive) {
|
||||||
|
|
Loading…
Reference in a new issue