From 72f8a1fd5e7fbd5224e3f1393f36cc9b0d58eb78 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:43:23 -0700 Subject: Improve human readability of account config files --- hotline/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/account.go') diff --git a/hotline/account.go b/hotline/account.go index 526eb05..39ea974 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -14,7 +14,7 @@ type Account struct { Login string `yaml:"Login"` Name string `yaml:"Name"` Password string `yaml:"Password"` - Access AccessBitmap `yaml:"Access,flow"` + Access AccessBitmap `yaml:"Access"` FileRoot string `yaml:"FileRoot"` readOffset int // Internal offset to track read progress -- cgit