mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
make error unique [skip ci]
This commit is contained in:
parent
3a0f483164
commit
cc826f5495
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ impl Component for ChangesComponent {
|
|||
if self.is_working_dir {
|
||||
try_or_popup!(
|
||||
self,
|
||||
"staging error:",
|
||||
"staging all error:",
|
||||
self.index_add_all()
|
||||
);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue