Skip to content

Commit 895bd1a

Browse files
committed
copilot fixes
1 parent b7db965 commit 895bd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func Store[T any](cfg *T) error {
303303
}
304304
}
305305

306-
return os.WriteFile(writePath, d, 0o600)
306+
return os.WriteFile(writePath, d, 0o644)
307307
}
308308

309309
// JSONStrDuration is JSON friendly duration that can be parsed from "1h2m0s" Go format

0 commit comments

Comments
 (0)