aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/remote_add.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/remote_add.tcl b/lib/remote_add.tcl
index 8e3ad166b..fb29422aa 100644
--- a/lib/remote_add.tcl
+++ b/lib/remote_add.tcl
@@ -130,9 +130,9 @@ method _add {} {
switch -- $opt_action {
fetch {
set c [console::new \
- [mc "fetch %s" $remote] \
- [mc "Fetching the %s" $remote]]
- console::exec $c [list git fetch --all $name]
+ [mc "fetch %s" $name] \
+ [mc "Fetching the %s" $name]]
+ console::exec $c [list git fetch $name]
}
push {
set cmds [list]