Skip to content

Commit

Permalink
Merge pull request apache#1202 from xavierp/hotfix-cli-webserver
Browse files Browse the repository at this point in the history
Fix typo preventing launching webserver from CLI
  • Loading branch information
mistercrunch committed Mar 23, 2016
2 parents 7a1a868 + 8cb035a commit 0fe9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/bin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ class CLIFactory(object):
'dag_id', 'task_id', 'execution_date', 'subdir', 'dry_run',
'task_params'),
}, {
'func': scheduler,
'func': webserver,
'help': "Start a Airflow webserver instance",
'args': ('port', 'workers', 'workerclass', 'hostname', 'debug'),
}, {
Expand Down

0 comments on commit 0fe9997

Please sign in to comment.