Skip to content

Commit 3585fcd

Browse files
committed
vcs: return 0 default and non error
1 parent 56fade7 commit 3585fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcs/vcs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ func VersionInt32() (int32, error) {
7777
}
7878
}
7979

80-
return 0, fmt.Errorf("vcs.revision not found in build info")
80+
return 0, nil
8181
}

0 commit comments

Comments
 (0)