diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 15:48:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 15:48:56 -0600 |
| commit | 985c42221758e40b2811bdd61d6941bda63dccc1 (patch) | |
| tree | a884e73ccb1030500b018d1d5a7aa007663b6d8a /new.go | |
| parent | b298958bcd460763e44348467c1c5bd4591b11e7 (diff) | |
export Status
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ func splitLine(line string) (string, string, string, string) { func RepoType() { for _, repo := range me.allrepos { - switch repo.status.RepoType() { + switch repo.Status.RepoType() { case "binary": //log.Info("compile here. Show()") repo.Show() |
