mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-16 07:22:47 +01:00
sbt: trim output of password command
This commit is contained in:
parent
418ae217dd
commit
acf824c9ed
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}".lazyLines.mkString("\n"))
|
||||
credentials += Credentials("${cred.realm}", "${cred.host}", "${cred.user}", "${cred.passwordCommand}".!!.trim)
|
||||
'';
|
||||
|
||||
renderCredentials = creds: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue