You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2017/12/07 10:51:23 UTC

incubator-airflow git commit: [AIRFLOW-1891] Fix non-ascii typo in default configuration template

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 09f7142d4 -> ad4f75111


[AIRFLOW-1891] Fix non-ascii typo in default configuration template

Closes #2851 from wileeam/non-utf8-typo-default-
cfg


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ad4f7511
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ad4f7511
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ad4f7511

Branch: refs/heads/master
Commit: ad4f7511115416e7a63e436f8096e7d205073cce
Parents: 09f7142
Author: Guillermo Rodriguez Cano <gu...@bonnierbroadcasting.com>
Authored: Thu Dec 7 11:51:15 2017 +0100
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Thu Dec 7 11:51:15 2017 +0100

----------------------------------------------------------------------
 airflow/config_templates/default_airflow.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ad4f7511/airflow/config_templates/default_airflow.cfg
----------------------------------------------------------------------
diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg
index 1dfb079..a02bb39 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -314,7 +314,7 @@ celery_config_options = airflow.config_templates.default_celery.DEFAULT_CELERY_C
 # The visibility timeout defines the number of seconds to wait for the worker
 # to acknowledge the task before the message is redelivered to another worker.
 # Make sure to increase the visibility timeout to match the time of the longest
-# ETA you’re planning to use. Especially important in case of using Redis or SQS
+# ETA you're planning to use. Especially important in case of using Redis or SQS
 visibility_timeout = 21600
 
 [dask]