diff --git a/src/core/components/repo.js b/src/core/components/repo.js index cf7004559c..f2ad5106e1 100644 --- a/src/core/components/repo.js +++ b/src/core/components/repo.js @@ -23,7 +23,7 @@ module.exports = function repo (self) { const match = [ /Key not found in database \[\/version\]/, /ENOENT/, - /not yet initialized/ + /repo is not initialized yet/ ].some((m) => { return m.test(err.message) })