diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-28 12:43:23 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-28 12:49:05 -0700 |
| commit | 72f8a1fd5e7fbd5224e3f1393f36cc9b0d58eb78 (patch) | |
| tree | 92d60f0652569213eec93f534a94ba2b3ed82686 /hotline/account.go | |
| parent | 09261d2b52fa739bb6321c866566223f11061201 (diff) | |
Improve human readability of account config files
Diffstat (limited to 'hotline/account.go')
| -rw-r--r-- | hotline/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |