Skip to content

Commit 0673ac0

Browse files
committed
unbreak heroku deployment
1 parent 8815122 commit 0673ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<appName>github-profile-summary</appName>
147147
<processTypes>
148148
<!-- Tell Heroku how to launch your application -->
149-
<web>java -jar -Xmx256M ./target/github-profile-summary-1.0-jar-with-dependencies.jar</web>
149+
<web>java -jar -Xmx256M ./target/github-profile-summary-jar-with-dependencies.jar</web>
150150
</processTypes>
151151
</configuration>
152152
</plugin>

0 commit comments

Comments
 (0)