something something notsure
This commit is contained in:
parent
a7e37626c0
commit
752f65fc18
|
@ -90,6 +90,5 @@ func doStrict(repo *gitpb.Repo) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// everything worked!
|
// everything worked!
|
||||||
configSave = true
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
2
main.go
2
main.go
|
@ -29,7 +29,7 @@ func main() {
|
||||||
|
|
||||||
// load the ~/.config/forge/ config
|
// load the ~/.config/forge/ config
|
||||||
// this lets you configure repos you have read/write access too
|
// this lets you configure repos you have read/write access too
|
||||||
forge = forgepb.Init()
|
forge = forgepb.InitPB() // todo: make this scan only if pb file not found
|
||||||
|
|
||||||
// figure out what directory we are running in
|
// figure out what directory we are running in
|
||||||
check = findPwdRepo()
|
check = findPwdRepo()
|
||||||
|
|
Loading…
Reference in New Issue