mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 13:40:01 -04:00
token-redeemer: disable pretty formatting for ini
This commit is contained in:
@@ -91,6 +91,8 @@ func (r *Redeemer) writeConfigAWS(creds Credentials) {
|
||||
SessionToken: creds.SessionToken,
|
||||
}
|
||||
|
||||
// Disable spaces around =, it screws with parsing in desync's s3 support
|
||||
ini.PrettyFormat = false
|
||||
cfg := ini.Empty()
|
||||
section := cfg.Section("default")
|
||||
err := section.ReflectFrom(a)
|
||||
|
||||
Reference in New Issue
Block a user