diff options
| -rw-r--r-- | tableBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableBuild.go b/tableBuild.go index 870a94e..1b83993 100644 --- a/tableBuild.go +++ b/tableBuild.go @@ -10,7 +10,7 @@ import ( func (f *Forge) GetPackageVersion(repo *gitpb.Repo) string { var s string - s = repo.GetUserVersion() + "s" + s = repo.GetUserVersion() if repo.CheckDirty() { s += "-dirty" } |
