We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9ca4e commit b33ef46Copy full SHA for b33ef46
1 file changed
winres/gen/json.go
@@ -104,7 +104,7 @@ func main() {
104
commitcnt := strings.Builder{}
105
commitcnt.WriteString(v[1:i])
106
commitcnt.WriteByte('.')
107
- commitcntcmd := exec.Command("git", "rev-list", "--count", "master")
+ commitcntcmd := exec.Command("git", "rev-list", "--count", "dev")
108
commitcntcmd.Stdout = &commitcnt
109
err = commitcntcmd.Run()
110
if err != nil {
0 commit comments