Skip to content

Commit bf75f34

Browse files
fix: Reverted exitNoNewFiles change
1 parent 3c1104e commit bf75f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
const (
1717
exitOk int = 0
1818
exitError int = 1
19-
exitNoNewFiles int = 9
19+
exitNoNewFiles int = 10
2020
)
2121

2222
func getGitPorcelain(dirPath string) (git.Status, error) {

0 commit comments

Comments
 (0)