Skip to content

Commit

Permalink
adjust fetch-progress range (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 2, 2022
1 parent c47dcc6 commit 6e2a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitoxide-core/src/repository/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Options {
pub handshake_info: bool,
}

pub const PROGRESS_RANGE: std::ops::RangeInclusive<u8> = 1..=2;
pub const PROGRESS_RANGE: std::ops::RangeInclusive<u8> = 1..=3;

pub(crate) mod function {
use super::Options;
Expand Down

0 comments on commit 6e2a237

Please sign in to comment.