You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/10 18:07:02 UTC

[openwhisk-wskdebug] 03/03: remove trailing whitespace

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

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

commit 9853359fba96295c0adcb98ab8e01274136d6325
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Thu Apr 9 21:57:50 2020 -0700

    remove trailing whitespace
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7b79ffa..28fe10b 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ To use custom credentials from a custom `.wskprops` and/or use a developer-speci
     WSK_CONFIG_FILE=/Users/user/.wskprops-custom
     WSK_PACKAGE=my-package
     ```
-    
+
    Set either of the variables as needed.
 
 2. Make sure to not commit this file into source control, by e.g. adding `.env` to a `.gitignore` file.