summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/diff.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diff.tcl b/lib/diff.tcl
index d593323ae0..bd5d189ed1 100644
--- a/lib/diff.tcl
+++ b/lib/diff.tcl
@@ -300,9 +300,9 @@ proc start_show_diff {cont_info {add_opts {}}} {
|| [string match {160000 *} [lindex $s 3]]} {
set is_submodule_diff 1
if {$w eq $ui_index} {
- set cmd {submodule summary --cached -- $current_diff_path}
+ set cmd [list submodule summary --cached -- $path]
} else {
- set cmd {submodule summary --files -- $current_diff_path}
+ set cmd [list submodule summary --files -- $path]
}
}