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");
66const { messagingListTopics } = require("./messaging");
77const { teamsList } = require("./teams");
88const { projectsGet } = require("./projects");
9- const { functionsList, functionsDownloadDeployment , functionsListDeployments } = require("./functions");
9+ const { functionsList, functionsGetDeploymentDownload , functionsListDeployments } = require("./functions");
1010const { databasesGet, databasesListCollections, databasesList } = require("./databases");
1111const { storageListBuckets } = require("./storage");
1212const { localConfig } = require("../config");
@@ -136,7 +136,7 @@ const pullFunctions = async ({ code, withVariables }) => {
136136 log("Pulling latest deployment code ...");
137137
138138 const compressedFileName = `${func['$id']}-${+new Date()}.tar.gz`
139- await functionsDownloadDeployment ({
139+ await functionsGetDeploymentDownload ({
140140 functionId: func['$id'],
141141 deploymentId,
142142 destination: compressedFileName,
You can’t perform that action at this time.
0 commit comments