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