Skip to content

Commit 572bdcb

Browse files
committed
bugfixing
1 parent 18905d6 commit 572bdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ function setupHeroku() {
99

1010
function runHerokuLocal() {
1111
heroku ps
12-
.mvnw clean install
12+
./mvnw clean install
1313
heroku local web
1414
heroku open
1515
}
1616

1717
function runDev() {
18-
.mvnw
18+
./mvnw
1919
}
2020

2121
function main() {

0 commit comments

Comments
 (0)