From 3faee44ba46151b8548bfbbd7764d89d1b201b54 Mon Sep 17 00:00:00 2001 From: David Grove Date: Sat, 8 Feb 2020 13:50:24 -0500 Subject: [PATCH] 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 54524690..de8660ac 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