Rename varnish_http -> varnish-http

This commit is contained in:
Daniel García Aubert 2019-10-07 09:47:42 +02:00
parent b1d5f0f9e8
commit 83f58288f9
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const ClusterBackend = require('../backends/cluster');
const LayergroupAffectedTablesCache = require('../cache/layergroup_affected_tables');
const SurrogateKeysCache = require('../cache/surrogate_keys_cache');
const VarnishHttpCacheBackend = require('../cache/backend/varnish_http');
const VarnishHttpCacheBackend = require('../cache/backend/varnish-http');
const FastlyCacheBackend = require('../cache/backend/fastly');
const NamedMapProviderCache = require('../cache/named_map_provider_cache');
const NamedMapsCacheEntry = require('../cache/model/named_maps_entry');