summaryrefslogtreecommitdiff
path: root/cmd/storagefuncs.go
diff options
context:
space:
mode:
authorJacob Gadikian <jacobgadikian@gmail.com>2023-08-08 03:40:31 +0800
committerGitHub <noreply@github.com>2023-08-07 19:40:31 +0000
commitb32f265ecad60404c3818cc9d42e367a8e4eb7d4 (patch)
tree16d79c3ad7ddf0cc6f7915d1e47bdd6d269bf8d5 /cmd/storagefuncs.go
parent431adc09805972196314b2b188904942cbe5dfee (diff)
ci: Use gofumpt to format code (#5707)
Diffstat (limited to 'cmd/storagefuncs.go')
-rw-r--r--cmd/storagefuncs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/storagefuncs.go b/cmd/storagefuncs.go
index 75790ab..a9f1bca 100644
--- a/cmd/storagefuncs.go
+++ b/cmd/storagefuncs.go
@@ -200,7 +200,7 @@ func cmdExportStorage(fl Flags) (int, error) {
hdr := &tar.Header{
Name: k,
- Mode: 0600,
+ Mode: 0o600,
Size: int64(len(v)),
}