Skip to content

Commit 6b9919c

Browse files
committed
git-gui: add missing close bracket
In d9c6469 (git-gui: update status bar to track operations, 2019-12-01), the status bar was refactored to allow multiple overlapping operations. Since the refactor changed the status bar interface, all callsites had to be refactored to use the new interface. During that refactoring, this closing bracket was missed. This leads to an error message popping up when doing 'Branch->Reset...'. Signed-off-by: Pratyush Yadav <[email protected]>
1 parent 5897e5a commit 6b9919c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/merge.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Continue with resetting the current changes?"]
244244
set status_bar_operation [$::main_status \
245245
start \
246246
[mc "Aborting"] \
247-
[mc "files reset"]
247+
[mc "files reset"]]
248248
fileevent $fd readable [namespace code [list \
249249
_reset_wait $fd $status_bar_operation]]
250250
} else {

0 commit comments

Comments
 (0)