summaryrefslogtreecommitdiff
path: root/deps/npm/lib/restart.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/restart.js')
-rw-r--r--deps/npm/lib/restart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/restart.js b/deps/npm/lib/restart.js
index 601249fd6b..41f9c3a756 100644
--- a/deps/npm/lib/restart.js
+++ b/deps/npm/lib/restart.js
@@ -1 +1 @@
-module.exports = require('./utils/lifecycle.js').cmd('restart')
+module.exports = require('./utils/lifecycle-cmd.js')('restart')