mirror of
https://github.com/nikdoof/hapz2m.git
synced 2026-01-30 09:18:17 +00:00
Fix version string always having "-dirty" suffix
This commit is contained in:
@@ -81,7 +81,7 @@ func readVcsRevision() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "vcs.modified":
|
case "vcs.modified":
|
||||||
dirty = true
|
dirty = s.Value == "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if dirty {
|
if dirty {
|
||||||
|
|||||||
Reference in New Issue
Block a user