Skip to content

Commit b9ade44

Browse files
committed
fix typo
1 parent d9543c9 commit b9ade44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_client/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __init__(self, name, version, description, publications=None,
185185
self.conf_fp = join(conf_dir, "%s_%s.conf" % (self.name, self.version))
186186

187187
def generate_config(self, env_script, start_script, server_cert=None,
188-
plugin_couling=_ALLOWED_PLUGIN_COUPLINGS[0]):
188+
plugin_coupling=_ALLOWED_PLUGIN_COUPLINGS[0]):
189189
"""Generates the plugin configuration file
190190
191191
Parameters
@@ -216,7 +216,7 @@ def generate_config(self, env_script, start_script, server_cert=None,
216216
env_script, start_script,
217217
self._plugin_type, self.publications,
218218
server_cert, client_id, client_secret,
219-
plugin_couling))
219+
plugin_coupling))
220220

221221
def _register_command(self, command):
222222
"""Registers a command in the plugin

0 commit comments

Comments
 (0)