library for now
This commit is contained in:
parent
af50986812
commit
a60188915d
|
@ -39,7 +39,7 @@ func (repo *Repo) GetRepoType() string {
|
|||
return "library"
|
||||
}
|
||||
// todo: figure out what to do here. for now, binary is easiest
|
||||
return "binary"
|
||||
return "library"
|
||||
}
|
||||
|
||||
func (repo *Repo) setRepoType() {
|
||||
|
|
Loading…
Reference in New Issue