From eac5dfa092f6d364c42d342e458b0240cb8309d7 Mon Sep 17 00:00:00 2001 From: Bruno Tremblay Date: Tue, 7 Jan 2025 16:43:56 -0500 Subject: [PATCH] revert to 100 --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.cpp b/src/connection.cpp index 4e27bae30..71922ca89 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -40,7 +40,7 @@ void RProgressBarDisplay::Update(double percentage) { } void RProgressBarDisplay::Finish() { - Update(101); + Update(100); } static void SetDefaultConfigArguments(ClientContext &context) {