diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 01:47:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 01:47:14 -0600 |
| commit | 5d2daf75c049caf277d92d64549c3b9bb2da20a9 (patch) | |
| tree | 420782cd7dfa7623e3cb8f5d4b5fbca296e0bcbb /main.go | |
| parent | d493a55cfa5ac1d50c845643b46ee4c12a192dab (diff) | |
rename all these damn things from the past
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ var configSave bool func getVersion(repo *gitpb.Repo, name string) string { cmd := []string{"git", "describe", "--tags", "--always", name} - result := repo.RunQuiet(cmd) + result, _ := repo.RunQuiet(cmd) output := strings.Join(result.Stdout, "\n") log.Info("cmd =", cmd, output) |
