We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c62fe8 commit 3faee44Copy full SHA for 3faee44
1 file changed
core/java8actionloop/Makefile
@@ -25,7 +25,7 @@ build:
25
26
push: build
27
docker login
28
- docker tag $(IMG) $(PREFIX)/$(IMG)
+ docker tag $(IMG) $(PREFIX)/$(IMG)
29
docker push $(PREFIX)/$(IMG)
30
31
clean:
@@ -42,7 +42,7 @@ debug: build
42
$(MAIN_JAR):
43
$(MAKE) $< -C ../../example main.jar
44
45
-## You need to execute make start in another terminal
+## You need to execute make start in another terminal
46
47
test-source:
48
$(INVOKE) init ../../example/Main.java
0 commit comments