mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 22:32:02 +00:00
Use .enc instead of .gpg, remove useless comment
This commit is contained in:
parent
7e25e72981
commit
634897bed7
@ -129,7 +129,7 @@ class LocalFileDestinationProvider implements IDestinationProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (encryption.enabled) {
|
if (encryption.enabled) {
|
||||||
path += '.gpg';
|
path += '.enc';
|
||||||
}
|
}
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
@ -153,7 +153,6 @@ class LocalFileDestinationProvider implements IDestinationProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getSchemasStream() {
|
getSchemasStream() {
|
||||||
// const filePathFactory = createFilePathFactory(this.options.file.path, 'schemas');
|
|
||||||
const filePathFactory = createFilePathFactory('schemas');
|
const filePathFactory = createFilePathFactory('schemas');
|
||||||
|
|
||||||
// FS write stream
|
// FS write stream
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user