File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/cli/lib/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const inquirer = require("inquirer");
6
6
const { messagingListTopics } = require("./messaging");
7
7
const { teamsList } = require("./teams");
8
8
const { projectsGet } = require("./projects");
9
- const { functionsList, functionsDownloadDeployment , functionsListDeployments } = require("./functions");
9
+ const { functionsList, functionsGetDeploymentDownload , functionsListDeployments } = require("./functions");
10
10
const { databasesGet, databasesListCollections, databasesList } = require("./databases");
11
11
const { storageListBuckets } = require("./storage");
12
12
const { localConfig } = require("../config");
@@ -136,7 +136,7 @@ const pullFunctions = async ({ code, withVariables }) => {
136
136
log("Pulling latest deployment code ...");
137
137
138
138
const compressedFileName = `${func['$id']}-${+new Date()}.tar.gz`
139
- await functionsDownloadDeployment ({
139
+ await functionsGetDeploymentDownload ({
140
140
functionId: func['$id'],
141
141
deploymentId,
142
142
destination: compressedFileName,
You can’t perform that action at this time.
0 commit comments