You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apisix.apache.org by to...@apache.org on 2021/02/26 09:49:23 UTC

[apisix-ingress-docker] branch main updated: chore: remove unneeded trailing whitespace

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

tokers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new 2577d86  chore: remove unneeded trailing whitespace
     new 09f3f81  Merge pull request #2 from jbampton/remove-trailing-whitespace
2577d86 is described below

commit 2577d863d7a34e10166bd53aa6c720f708819655
Author: John Bampton <jb...@gmail.com>
AuthorDate: Fri Feb 26 18:58:06 2021 +1000

    chore: remove unneeded trailing whitespace
---
 README.MD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.MD b/README.MD
index 8869620..d6209ad 100644
--- a/README.MD
+++ b/README.MD
@@ -26,6 +26,6 @@ export INGRESS_VERSION=0.1.0
 $ docker build -t apisix-ingress-controller:${INGRESS_VERSION} --build-arg INGRESS_VERSION=${INGRESS_VERSION} .
 ```
 
-## How to deploy 
+## How to deploy
 
 Ref to [Apache apisix-ingress-controller](https://github.com/apache/apisix-ingress-controller/blob/master/docs/install.md)