aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py
index db6eb62..2b90c61 100644
--- a/python/refcat/cli.py
+++ b/python/refcat/cli.py
@@ -247,7 +247,7 @@ def main():
print(columnize(names))
sys.exit(0)
- # If we found not subcommand, assume task name.
+ # If we found no subcommand, assume task name.
try:
luigi.run(local_scheduler=True) # XXX: add logging_conf_file
except MissingParameterException as err: