mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed typo in authernticate
This commit is contained in:
@@ -42,7 +42,7 @@ class AkamaiProvider(BaseProvider):
|
||||
self._authenticate(self, client_secret, host, access_token, client_token)
|
||||
|
||||
|
||||
def _authenticate(self, client_secret, host, access_token, client_token)
|
||||
def _authenticate(self, client_secret, host, access_token, client_token):
|
||||
|
||||
# ## generate edgegrid
|
||||
# section_name = "dns"
|
||||
|
Reference in New Issue
Block a user