Skip to content

Commit d3fcdf8

Browse files
committed
fix: typo
1 parent 303cc6d commit d3fcdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/pull.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pull
202202
.command("function")
203203
.alias("functions")
204204
.description("Pulling your {{ spec.title|caseUcfirst }} cloud function")
205-
.action(actionRunner(pullFunction))
205+
.action(actionRunner(pullFunctions))
206206

207207
pull
208208
.command("collection")

0 commit comments

Comments
 (0)