Skip to content

Commit a3176ce

Browse files
committed
fix: typo in Makefile
1 parent 9b858c8 commit a3176ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION := $(shell mvn help:evaluate -Dexpression=project.version | grep -e '^[^
44
install:
55
@java -version || (echo "Java is not installed, please install Java >= 7"; exit 1);
66
mvn clean install -DskipTests=true -Dgpg.skip -B
7-
cp target/smtpapi-java-$(VERSION).jar smtpapi-java-client.jar
7+
cp target/smtpapi-java-$(VERSION).jar smtpapi-java.jar
88

99
test:
1010
mvn test

0 commit comments

Comments
 (0)