Skip to content

Commit

Permalink
Update BookNamesake.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored May 19, 2024
1 parent bfa2271 commit 04a4cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void updateStatus(int reposCount) {
if (book.hasLink()) { /* Only local book with a link. */
if (book.hasSync()) {
// Book has been synced with a remote book which no longer exists.
status = BookSyncStatus.SYNCED_ROOK_NO_LONGER_EXISTS;
status = BookSyncStatus.ROOK_NO_LONGER_EXISTS;
} else {
// Book is linked to a repo, but not yet synced.
status = BookSyncStatus.ONLY_BOOK_WITH_LINK;
Expand Down

0 comments on commit 04a4cf4

Please sign in to comment.