From c6656672e286955dc165ef406c21c7ac4485b099 Mon Sep 17 00:00:00 2001 From: Adrian Otto Date: Mon, 20 Mar 2017 18:10:49 +0000 Subject: [PATCH] Unbreak gate Adding newline to bash script to allow pep8 to pass. Change-Id: Iae46d315d13160db1b1f147b40883ee1b44d4369 --- .../common/templates/kubernetes/fragments/wc-notify-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/drivers/common/templates/kubernetes/fragments/wc-notify-master.sh b/magnum/drivers/common/templates/kubernetes/fragments/wc-notify-master.sh index 1fc8a0d496..bc663c7eba 100644 --- a/magnum/drivers/common/templates/kubernetes/fragments/wc-notify-master.sh +++ b/magnum/drivers/common/templates/kubernetes/fragments/wc-notify-master.sh @@ -33,4 +33,4 @@ chown root:root $WC_NOTIFY_SERVICE chmod 0644 $WC_NOTIFY_SERVICE systemctl enable wc-notify -systemctl start --no-block wc-notify \ No newline at end of file +systemctl start --no-block wc-notify