chore: gofumpt (#11839)
* fumpt using main not master... * be more descriptive * fumpt * fix nits Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
bc2d553f77
commit
55054282d2
@@ -42,7 +42,7 @@ func writeConfigToFile(configFilePath string, config *ClientConfig) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return os.WriteFile(configFilePath, buffer.Bytes(), 0600)
|
||||
return os.WriteFile(configFilePath, buffer.Bytes(), 0o600)
|
||||
}
|
||||
|
||||
// ensureConfigPath creates a directory configPath if it does not exist
|
||||
|
||||
Reference in New Issue
Block a user