Skip to content

Commit

Permalink
revert to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez committed Jan 7, 2025
1 parent cd08fa7 commit eac5dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void RProgressBarDisplay::Update(double percentage) {
}

void RProgressBarDisplay::Finish() {
Update(101);
Update(100);
}

static void SetDefaultConfigArguments(ClientContext &context) {
Expand Down

0 comments on commit eac5dfa

Please sign in to comment.