builds
This commit is contained in:
parent
02a5b213ae
commit
c0a5055793
|
@ -11,13 +11,9 @@ import (
|
|||
|
||||
func standardMachineInit() {
|
||||
var err error
|
||||
// load the ~/.config/forge/ config
|
||||
if err = me.forge.ConfigLoad(); err != nil {
|
||||
log.Warn("forgepb.ConfigLoad() failed", err)
|
||||
os.Exit(-1)
|
||||
}
|
||||
me.forge.Init()
|
||||
|
||||
me.forge.PrintTable()
|
||||
me.forge.ConfigPrintTable()
|
||||
|
||||
// load the ~/.config/forge/ machine file from zoopb
|
||||
if err = me.machine.ConfigLoad(); err != nil {
|
||||
|
|
|
@ -20,7 +20,7 @@ func (b *autoType) Enable() {
|
|||
// this app's variables
|
||||
type autoType struct {
|
||||
// your customized repo preferences and settings
|
||||
forge forgepb.Repos
|
||||
forge forgepb.Forge
|
||||
|
||||
// where your ~/go/src is
|
||||
goSrcPath string
|
||||
|
|
Loading…
Reference in New Issue