Skip to content

Commit 0010b7b

Browse files
committed
Fix name in Makefile
1 parent 1281491 commit 0010b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sample-apps/SpringBoot2.7Postgres

sample-apps/SpringBoot2.7Postgres/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runWithDdTrace: build
3939
# Run the application without Zen
4040
.PHONY: runWithoutZen
4141
runWithoutZen: build
42-
@echo "Running SpringBootPostgres without Zen & ENV (http://localhost:8105)"
42+
@echo "Running SpringBoot2.7Postgres without Zen & ENV (http://localhost:8105)"
4343
AIKIDO_TOKEN="random-invalid-token" \
4444
nohup java -jar $(JAR_FILE) --server.port=8105 > output2.log &
4545

0 commit comments

Comments
 (0)