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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9cc04a  scancode fixes (#120)
b9cc04a is described below

commit b9cc04a113c438e69938420f199630cab6b0989a
Author: David Grove <[email protected]>
AuthorDate: Sun Feb 9 17:26:37 2020 -0500

    scancode fixes (#120)
---
 examples/Makefile                     | 4 ++--
 examples/golang-hello-vendor/Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile
index 50124b1..8ab0da8 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -16,11 +16,11 @@
 #
 
 # prefix
-IMAGES?=openwhisk      
+IMAGES?=openwhisk
 
 all: .PHONY
 
-.PHONY: bash-hello golang-hello-single golang-main-single 
golang-main-standalone golang-main-package golang-main-vendor 
golang-hello-vendor 
+.PHONY: bash-hello golang-hello-single golang-main-single 
golang-main-standalone golang-main-package golang-main-vendor 
golang-hello-vendor
 
 bash-hello:
        cd $@ && OW_USER=$(IMAGES) make clean deploy test
diff --git a/examples/golang-hello-vendor/Makefile 
b/examples/golang-hello-vendor/Makefile
index 459ae2a..4f7ea0d 100644
--- a/examples/golang-hello-vendor/Makefile
+++ b/examples/golang-hello-vendor/Makefile
@@ -47,7 +47,7 @@ clean:
        -rm $(BINZIP) $(SRCZIP) package.done test.json 2>/dev/null
 
 clean_vendor:
-       -rm -r $(VENDORS) 
+       -rm -r $(VENDORS)
 
 test: test.json
        $(WSK) action invoke test/$(NAME) -r

Reply via email to