From 2da03b735517a034a5b369550036c853a7dad819 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 23 Mar 2022 18:19:45 +0100 Subject: Run gofumpt --- src/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.go') 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 { -- cgit v1.2.3