summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/new.go b/new.go
index 0f56ac2..f6841c3 100644
--- a/new.go
+++ b/new.go
@@ -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()