diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:19:45 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 18:19:45 +0100 |
| commit | 2da03b735517a034a5b369550036c853a7dad819 (patch) | |
| tree | 2c039dd46b43395d60a2fa8159886596f4ef6286 /src/config.go | |
| parent | 40053552852cf8c27fe7658b64df001d65b0a65e (diff) | |
Run gofumpt
Diffstat (limited to 'src/config.go')
| -rw-r--r-- | src/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.go b/src/config.go index 0b7c1c7..6e085d0 100644 --- a/src/config.go +++ b/src/config.go @@ -22,7 +22,7 @@ func (eduvpn *VPNState) WriteConfig() error { if marshalErr != nil { return marshalErr } - return ioutil.WriteFile(eduvpn.GetConfigName(), jsonString, 0644) + return ioutil.WriteFile(eduvpn.GetConfigName(), jsonString, 0o644) } func (eduvpn *VPNState) LoadConfig() error { |
