Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CptPotato committed Sep 22, 2023
1 parent 537364c commit 820688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ impl Status {
options,
&self.highlight,
)
.context("failed to populate unstaged file diffs")?;
.context("failed to populate staged file diffs")?;

self.branch = branch;
self.head = std::str::from_utf8(
Expand Down

0 comments on commit 820688e

Please sign in to comment.