Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow-core/src/airflow/cli/commands/daemon_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_command_with_daemon_option(
:param callback: the actual command to run with or without daemon context
:param should_setup_logging: if true, then a log file handler for the daemon process will be created
:param umask: file access creation mask ("umask") to set for the process on daemon start
:param pid_file: if specified, this file path us used to store daemon process PID.
:param pid_file: if specified, this file path is used to store daemon process PID.
If not specified, a file path is generated with the default pattern.
"""
if args.daemon:
Expand Down