Skip to content

Commit 33a8928

Browse files
Restore the corrected plugin invocation line. (#25)
It was accidentally uncorrected in a previous commit.
1 parent 16e9b15 commit 33a8928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ mvn function:run
168168
You can alternatively configure the plugin with properties on the command line:
169169

170170
```sh
171-
mvn com.google.cloud.functions:function:0.9.1:run \
171+
mvn com.google.cloud.functions:function-maven-plugin:0.9.1:run \
172172
-Drun.functionTarget=com.example.function.Echo
173173
```
174174

0 commit comments

Comments
 (0)