You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/11 01:16:06 UTC

[skywalking-showcase] branch main updated: Replace tab with space to make the error work (#1)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 86b9a31  Replace tab with space to make the error work (#1)
86b9a31 is described below

commit 86b9a312869cca4ad6910edb557a104dd8068b2e
Author: Superskyyy <Su...@outlook.com>
AuthorDate: Wed Nov 10 20:15:59 2021 -0500

    Replace tab with space to make the error work (#1)
---
 deploy/platform/kubernetes/features.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/features.mk b/deploy/platform/kubernetes/features.mk
index a9f29e8..e9c4443 100644
--- a/deploy/platform/kubernetes/features.mk
+++ b/deploy/platform/kubernetes/features.mk
@@ -23,7 +23,7 @@
 include ../../../Makefile.in
 
 ifeq (, $(shell which istioctl))
-	$(error "No istioctl in PATH, please make sure istioctl is available in PATH")
+  $(error "No istioctl in PATH, please make sure istioctl is available in PATH")
 endif
 
 .PHONY: istio