Repository: incubator-airflow
Updated Branches:
  refs/heads/v1-9-test ef4f98840 -> fcc3c2f6e


[AIRFLOW-1722] Fix typo in scheduler autorestart output filename

Extra r in /tmp/airflow_scheduler_errors.txt has
been removed.

Closes #2693 from mschmo/AIRFLOW-1722

(cherry picked from commit 97a2393f644ff438986843c04a47754a37ae0bc5)
Signed-off-by: Bolke de Bruin <bo...@xs4all.nl>


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

Branch: refs/heads/v1-9-test
Commit: fcc3c2f6e5860d5414752ace22160dbe19f68617
Parents: ef4f988
Author: Matthew Schmoyer <mattsc...@gmail.com>
Authored: Wed Oct 18 21:41:01 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Wed Oct 18 21:41:17 2017 +0200

----------------------------------------------------------------------
 airflow/bin/airflow_scheduler_autorestart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/fcc3c2f6/airflow/bin/airflow_scheduler_autorestart.sh
----------------------------------------------------------------------
diff --git a/airflow/bin/airflow_scheduler_autorestart.sh 
b/airflow/bin/airflow_scheduler_autorestart.sh
index a5f6fe7..910404d 100755
--- a/airflow/bin/airflow_scheduler_autorestart.sh
+++ b/airflow/bin/airflow_scheduler_autorestart.sh
@@ -14,6 +14,6 @@
 while echo "Running"; do
     airflow scheduler -n 5
     echo "Scheduler crashed with exit code $?.  Respawning.." >&2
-    date >> /tmp/airflow_scheduler_errrors.txt
+    date >> /tmp/airflow_scheduler_errors.txt
     sleep 1
 done

Reply via email to