aboutsummaryrefslogtreecommitdiff
path: root/hotline/account.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-28 12:43:23 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-28 12:49:05 -0700
commit72f8a1fd5e7fbd5224e3f1393f36cc9b0d58eb78 (patch)
tree92d60f0652569213eec93f534a94ba2b3ed82686 /hotline/account.go
parent09261d2b52fa739bb6321c866566223f11061201 (diff)
Improve human readability of account config files
Diffstat (limited to 'hotline/account.go')
-rw-r--r--hotline/account.go2
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