Skip to content

Commit 3faee44

Browse files
authored
scancode fixes (#109)
1 parent 8c62fe8 commit 3faee44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java8actionloop/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525

2626
push: build
2727
docker login
28-
docker tag $(IMG) $(PREFIX)/$(IMG)
28+
docker tag $(IMG) $(PREFIX)/$(IMG)
2929
docker push $(PREFIX)/$(IMG)
3030

3131
clean:
@@ -42,7 +42,7 @@ debug: build
4242
$(MAIN_JAR):
4343
$(MAKE) $< -C ../../example main.jar
4444

45-
## You need to execute make start in another terminal
45+
## You need to execute make start in another terminal
4646

4747
test-source:
4848
$(INVOKE) init ../../example/Main.java

0 commit comments

Comments
 (0)