Skip to content

Commit

Permalink
Bugfix: continue after failed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
moio committed Feb 10, 2018
1 parent d2957de commit cdac963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var syncCmd = &cobra.Command{
log.Printf("Processing repo: %s", syncer.Url)
err := syncer.StoreRepo()
if err != nil {
log.Fatal(err)
log.Println(err)
} else {
log.Println("...done.")
}
Expand Down

0 comments on commit cdac963

Please sign in to comment.