From 36725cef116a20dd53fdc951a4e0b63366125492 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 25 Apr 2017 16:32:09 -0700 Subject: [PATCH] Tweaks ACL replication struct name. --- api/acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/acl.go b/api/acl.go index ee6d196669..15d1f9f5aa 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