File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const pullFunctions = async ({ code }) => {
102
102
}
103
103
104
104
if(allowCodePull) {
105
- log(` Pulling active deployment's code ...` );
105
+ log(" Pulling active deployment's code ..." );
106
106
107
107
const compressedFileName = `${func['$id']}-${+new Date()}.tar.gz`
108
108
await functionsDownloadDeployment({
275
275
.command("function")
276
276
.alias("functions")
277
277
.description("Pulling your {{ spec .title | caseUcfirst }} cloud function")
278
- .option(` --no-code`, ` Don't pull the function's code` )
278
+ .option(" --no-code", " Don't pull the function's code" )
279
279
.action(actionRunner(pullFunctions))
280
280
281
281
pull
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ const questionsPullFunctionsCode = [
262
262
{
263
263
type: "confirm",
264
264
name: "override",
265
- message: ' Do you want to pull source code of active deployment?'
265
+ message: " Do you want to pull source code of active deployment?"
266
266
},
267
267
];
268
268
You can’t perform that action at this time.
0 commit comments