Skip to content

Commit 0cc9f00

Browse files
authored
Corrected local execution cmd-line (GoogleCloudPlatform#2282)
Looks like bad copypasta. The updated cmd-line works correctly for me.
1 parent 72398d3 commit 0cc9f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java11/helloworld-servlet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mvn install
8585

8686
- Start the server with your `WAR` file as an argument:
8787
```
88-
mvn exec:java -Dexec.args="../helloworld-java8/target/helloworld.war"
88+
mvn exec:java -Dexec.args="../helloworld-servlet/target/helloworld.war"
8989
```
9090

9191
Then visit: http://localhost:8080/hello

0 commit comments

Comments
 (0)