diff --git a/pyros.py b/pyros.py index 2ca942d..47f70b1 100755 --- a/pyros.py +++ b/pyros.py @@ -964,8 +964,8 @@ def start(agent: str, configfile: str, observatory: str, unit: str, computer_hos cmd += " -t" if verbose_mode(): cmd += " -v" - if configfile: - cmd += " {configfile}" + # if configfile: + # cmd += f" {configfile}" if computer_hostname: cmd += " -c {computer_hostname}" -- libgit2 0.21.2