mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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) {
|
||||
path += '.gpg';
|
||||
path += '.enc';
|
||||
}
|
||||
|
||||
return path;
|
||||
@ -153,7 +153,6 @@ class LocalFileDestinationProvider implements IDestinationProvider {
|
||||
}
|
||||
|
||||
getSchemasStream() {
|
||||
// const filePathFactory = createFilePathFactory(this.options.file.path, 'schemas');
|
||||
const filePathFactory = createFilePathFactory('schemas');
|
||||
|
||||
// FS write stream
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user