Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
missing continue in error case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzorin committed Aug 25, 2019
1 parent 17307ff commit 5b8cf6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/authy-export/authy-export.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func main() {
tok, err := app.Token()
if err != nil {
log.Printf("Failed to decode app %s: %v", app.Name, err)
continue
}
params := url.Values{}
params.Set("secret", tok)
Expand Down

0 comments on commit 5b8cf6a

Please sign in to comment.