You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2021/11/10 22:55:00 UTC

[skywalking-showcase] 01/01: Replace tab with space to make the error work

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

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

commit 4886ce6e75a6539eaa4ac9e7780d610db95bff21
Author: Superskyyy <su...@outlook.com>
AuthorDate: Wed Nov 10 17:50:29 2021 -0500

    Replace tab with space to make the error work
---
 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