Merge branch 'sb/submodule-helper'
[gitweb.git] / git-submodule.sh
index 8b0eb9ad73fa7ee68a102d64527cc7ec9c52c166..1ac321cfaa52664336665d38311142d31c2bfef4 100755 (executable)
@@ -770,7 +770,7 @@ Maybe you want to use 'update --init'?")"
                                ;;
                        !*)
                                command="${update_module#!}"
-                               die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule  path '\$prefix\$sm_path'")"
+                               die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
                                say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
                                must_die_on_failure=yes
                                ;;