From 1aca8b8b9e96b46d4ddb21a28da39ac41b4c3f88 Mon Sep 17 00:00:00 2001 From: Alexey Odinokov Date: Mon, 15 Jun 2020 04:27:27 +0000 Subject: [PATCH] Corrected literal to make lint happy --- api/krusty/fnplugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/krusty/fnplugin_test.go b/api/krusty/fnplugin_test.go index cfc6aed6d..5a321d52d 100644 --- a/api/krusty/fnplugin_test.go +++ b/api/krusty/fnplugin_test.go @@ -159,7 +159,7 @@ spec: - /bin/bash - -ecx - | - # The use of qualified ` + "`hostname -f`" + ` is crucial: + # The use of qualified `+"`hostname -f`"+` is crucial: # Other nodes aren't able to look up the unqualified hostname. CRARGS=("start" "--logtostderr" "--insecure" "--host" "$(hostname -f)" "--http-host" "0.0.0.0") # We only want to initialize a new cluster (by omitting the join flag)