From e730c7a93482b202ce0ca116eac95c849d100614 Mon Sep 17 00:00:00 2001 From: William Horton Date: Tue, 7 Aug 2018 15:48:28 -0700 Subject: [PATCH] [AIRFLOW-2869] Remove smart quote from default config Closes #3716 from wdhorton/remove-smart-quote- from-cfg --- airflow/config_templates/default_airflow.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg index d4a7242118e10..4f1f0df383566 100644 --- a/airflow/config_templates/default_airflow.cfg +++ b/airflow/config_templates/default_airflow.cfg @@ -612,7 +612,7 @@ image_pull_secrets = gcp_service_account_keys = # Use the service account kubernetes gives to pods to connect to kubernetes cluster. -# It’s intended for clients that expect to be running inside a pod running on kubernetes. +# It's intended for clients that expect to be running inside a pod running on kubernetes. # It will raise an exception if called from a process not running in a kubernetes environment. in_cluster = True