summaryrefslogtreecommitdiffstats
path: root/pkg/gui/recording.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-19 09:38:49 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-19 12:12:57 +1100
commita34bdf1a046c90c22a1c0b653241b8107e89c7f9 (patch)
tree4de55d492803487a6575c976f89875744a7d3b7b /pkg/gui/recording.go
parentd93fef4c61db20dd9e2bb535c2fbb742cdbed60a (diff)
update linters
Diffstat (limited to 'pkg/gui/recording.go')
-rw-r--r--pkg/gui/recording.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/recording.go b/pkg/gui/recording.go
index 0a7f723df..9edd50f08 100644
--- a/pkg/gui/recording.go
+++ b/pkg/gui/recording.go
@@ -70,5 +70,5 @@ func (gui *Gui) saveRecording(recording *gocui.Recording) error {
path := recordEventsTo()
- return ioutil.WriteFile(path, jsonEvents, 0600)
+ return ioutil.WriteFile(path, jsonEvents, 0o600)
}