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:54:59 UTC

[skywalking-showcase] branch small-fixes created (now 4886ce6)

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

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


      at 4886ce6  Replace tab with space to make the error work

This branch includes the following new commits:

     new 4886ce6  Replace tab with space to make the error work

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by yi...@apache.org.
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