sbt: run passwordCommand without trailing newline
This commit is contained in:
parent
4320399a3e
commit
821299e90e
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ let
|
|||
'';
|
||||
|
||||
renderCredential = cred: ''
|
||||
credentials += Credentials("${cred.realm}", "${cred.host}", "${cred.user}", "${cred.passwordCommand}".!!)
|
||||
credentials += Credentials("${cred.realm}", "${cred.host}", "${cred.user}", "${cred.passwordCommand}".lazyLines.mkString("\n"))
|
||||
'';
|
||||
|
||||
renderCredentials = creds: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue