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-runtime-java.git


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

commit 3faee44ba46151b8548bfbbd7764d89d1b201b54
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 8 13:50:24 2020 -0500

    scancode fixes (#109)
---
 core/java8actionloop/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/java8actionloop/Makefile b/core/java8actionloop/Makefile
index 5452469..de8660a 100644
--- a/core/java8actionloop/Makefile
+++ b/core/java8actionloop/Makefile
@@ -25,7 +25,7 @@ build:
 
 push: build
        docker login
-       docker tag $(IMG) $(PREFIX)/$(IMG) 
+       docker tag $(IMG) $(PREFIX)/$(IMG)
        docker push $(PREFIX)/$(IMG)
 
 clean:
@@ -42,7 +42,7 @@ debug: build
 $(MAIN_JAR):
        $(MAKE) $< -C ../../example main.jar
 
-## You need to execute make start in another terminal 
+## You need to execute make start in another terminal
 
 test-source:
        $(INVOKE) init ../../example/Main.java

Reply via email to