diff --git a/api/acl.go b/api/acl.go index ee6d19666..15d1f9f5a 100644 --- a/api/acl.go +++ b/api/acl.go @@ -23,7 +23,7 @@ type ACLEntry struct { } // ACLReplicationStatus is used to represent the status of ACL replication. -type ACLReplicationEntry struct { +type ACLReplicationStatus struct { Enabled bool Running bool SourceDatacenter string