From 124de57262b3f0e60720ce377424d3be99f46f61 Mon Sep 17 00:00:00 2001 From: skovaleff Date: Fri, 5 Oct 2018 16:10:12 -0700 Subject: [PATCH] Fix typo in a description Change-Id: I4f3892af2a4e7cea97157754cc7ad522043f00f6 --- .../shipyard_airflow/plugins/ucp_base_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/shipyard_airflow/plugins/ucp_base_operator.py b/src/bin/shipyard_airflow/shipyard_airflow/plugins/ucp_base_operator.py index 11cb159d..58b51d8a 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/plugins/ucp_base_operator.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/plugins/ucp_base_operator.py @@ -143,7 +143,7 @@ class UcpBaseOperator(BaseOperator): self._setup_target_nodes() def get_k8s_logs(self): - """Retrieve Kubernetes pod/container logs specified by an opererator + """Retrieve Kubernetes pod/container logs specified by an operator This method is "best effort" and should not prevent the progress of the workflow processing