Skip to content

Commit

Permalink
test breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 13, 2023
1 parent 1e5a159 commit ba56e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var (

println(resultInt)

m.DownloadSelection(books[resultInt])
m.DownloadSelection(books[resultInt - 1])
},
}
)
Expand Down

0 comments on commit ba56e08

Please sign in to comment.