crapnuts
This commit is contained in:
parent
7c75a266f4
commit
fc9f8d89c0
2
main.go
2
main.go
|
@ -144,7 +144,7 @@ func main() {
|
||||||
|
|
||||||
// this is experiemental but works for me
|
// this is experiemental but works for me
|
||||||
if argv.Recursive {
|
if argv.Recursive {
|
||||||
newr := rv.FindRepoByName(argv.Repo)
|
newr := rv.FindByName(argv.Repo)
|
||||||
if newr == nil {
|
if newr == nil {
|
||||||
log.Info("how did this repo still not exist?", argv.Repo)
|
log.Info("how did this repo still not exist?", argv.Repo)
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
|
|
Loading…
Reference in New Issue