minor
This commit is contained in:
parent
22d2ae5cd7
commit
406817d5b2
|
@ -1,7 +1,5 @@
|
|||
package gitpb
|
||||
|
||||
import "go.wit.com/log"
|
||||
|
||||
func (repo *Repo) SetReadOnly(b bool) {
|
||||
repo.ReadOnly = b
|
||||
}
|
||||
|
@ -11,7 +9,6 @@ func (repo *Repo) SetTargetVersion(target string) {
|
|||
}
|
||||
|
||||
func (repo *Repo) SetMasterBranchName(s string) {
|
||||
log.Info("gitpb.SetMaster() SET MASTER TO", s)
|
||||
repo.MasterBranchName = s
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue