Skip to content

Commit

Permalink
[AIRFLOW-395] Fix colon/equal signs typo for resources in default config
Browse files Browse the repository at this point in the history
Closes apache#1708 from aoen/ddavydov/fix_colon_typo
  • Loading branch information
aoen committed Aug 5, 2016
1 parent 090f518 commit c567930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ def run_command(command):
# The default owner assigned to each new operator, unless
# provided explicitly or passed via `default_args`
default_owner = Airflow
default_cpus: 1
default_ram: 512
default_disk: 512
default_gpu: 0
default_cpus = 1
default_ram = 512
default_disk = 512
default_gpus = 0
[webserver]
Expand Down

0 comments on commit c567930

Please sign in to comment.