Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6f0a95b

Browse files
dryajovalanshaw
authored andcommitted
fix: dont fail on uninitialized repo (#1374)
1 parent 61ba99e commit 6f0a95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/repo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function repo (self) {
2323
const match = [
2424
/Key not found in database \[\/version\]/,
2525
/ENOENT/,
26-
/not yet initialized/
26+
/repo is not initialized yet/
2727
].some((m) => {
2828
return m.test(err.message)
2929
})

0 commit comments

Comments
 (0)