summaryrefslogtreecommitdiff
path: root/currentVersions.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 06:26:13 -0500
committerJeff Carr <[email protected]>2025-10-15 06:26:13 -0500
commita646579861447030b1fb5831f05fef2eacbd6c12 (patch)
tree632a276fc90d11844c5035d7d3b61212cda83fb8 /currentVersions.go
parent9d78641fec474803bd37c281ff1b436bf4666a21 (diff)
dump this. was a bad idea
Diffstat (limited to 'currentVersions.go')
-rw-r--r--currentVersions.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/currentVersions.go b/currentVersions.go
index 2b068c7..40ae14d 100644
--- a/currentVersions.go
+++ b/currentVersions.go
@@ -123,9 +123,9 @@ func (repo *Repo) DebianCurrentVersion() string {
if newv == "" {
newv = "0.0"
}
- if repo.CheckDirty() {
- newv += "-dirty"
- }
+ //if repo.CheckDirty() {
+ // newv += "-dirty"
+ //}
return newv
}