Skip to content

Commit 0d36d6e

Browse files
authored
Merge pull request #236 from apigee-internal/b133501090
fix typo in clearing the cache
2 parents d096130 + a11cbfe commit 0d36d6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/lib/reload-cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ var ReloadCluster = (file, opt) => {
255255
self.reload = function (cb) {
256256
if (!cluster.isMaster) return;
257257
//clear the cache before terminating the process
258-
cache.clear(function(){});
258+
cache.clean(function(){});
259259
respawnerTimers.clear();
260260

261261
function allReady(cb) {

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edgemicro",
3-
"version": "2.5.36",
3+
"version": "2.5.37",
44
"description": "Apigee Edge Microgateway",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)