Skip to content

Commit

Permalink
scancode fixes (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 8, 2020
1 parent 8c62fe8 commit 3faee44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/java8actionloop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:

push: build
docker login
docker tag $(IMG) $(PREFIX)/$(IMG)
docker tag $(IMG) $(PREFIX)/$(IMG)
docker push $(PREFIX)/$(IMG)

clean:
Expand All @@ -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
Expand Down

0 comments on commit 3faee44

Please sign in to comment.