Commit 2af3e274 authored by Grandschtroumpf's avatar Grandschtroumpf Committed by François

Remove typo

parent d63eb94a
......@@ -12,7 +12,7 @@ class FileProvider {
this.event = new EventManager()
this.type = name
this.providerExternalsStorage = new Storage('providerExternals:')
this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gist', this.type + '/https']
this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gists', this.type + '/https']
}
addNormalizedName (path, url) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment