Makefile: add missing phony target
[gitweb.git] / git-submodule.sh
index 78c2740fdb2beb48fd98c656f8ab13955cfdad56..82e35582cd8e741280229f377b4f61d7d985bc6a 100755 (executable)
@@ -913,7 +913,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
                                ;;