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