remove extra_perms from being encoded in non-folder zip export

This commit is contained in:
Ruben Fiszel
2023-02-22 12:55:40 +01:00
parent 08519f4099
commit 4671558e6b
4 changed files with 40 additions and 18 deletions

View File

@@ -105,7 +105,7 @@ export class VariableFile implements Resource, PushDiffs {
console.log(changeset);
} else {
console.log(colors.yellow("Creating new variable..."));
console.log(colors.yellow.bold("Creating new variable..."));
await VariableService.createVariable({
workspace,
alreadyEncrypted: true,