From a64022d7242d12ac49b46b1d930cc84cf6ae374d Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 14 Mar 2024 15:08:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20=E2=80=94=20Fix=20typo=20in=20varia?= =?UTF-8?q?ble=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argos/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argos/commands.py b/argos/commands.py index 63b1bd9..a5418c3 100644 --- a/argos/commands.py +++ b/argos/commands.py @@ -38,7 +38,7 @@ def server(): @cli.command() -@click.argument("server", envvar="ARGOS_AGENT_SERVER_URL") +@click.argument("server_url", envvar="ARGOS_AGENT_SERVER_URL") @click.argument("auth", envvar="ARGOS_AGENT_TOKEN") @click.option( "--max-tasks",