You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/09/06 00:37:44 UTC

[openwhisk] branch master updated: fix indent on labels in .asf.yaml (#4608)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b2227e  fix indent on labels in .asf.yaml (#4608)
9b2227e is described below

commit 9b2227eb8e191aacc4afe376c638e8b395c40647
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Sep 5 20:37:29 2019 -0400

    fix indent on labels in .asf.yaml (#4608)
    
    See if this works; looks like the example yaml on cwiki
    had the wrong indentation level for the labels...
---
 .asf.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c71bd1c..a0715e1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,8 +19,8 @@ github:
   description: "Apache OpenWhisk is an open source serverless cloud platform"
   homepage: https://openwhisk.apache.org/
   labels:
-    - openwhisk
-    - apache
-    - serverless
-    - cloud
-    - FaaS
+  - openwhisk
+  - apache
+  - serverless
+  - cloud
+  - FaaS