We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc1c600 + b80fa84 commit 2953140Copy full SHA for 2953140
1 file changed
git-submodule.sh
@@ -904,7 +904,7 @@ Maybe you want to use 'update --init'?")"
904
;;
905
!*)
906
command="${update_module#!}"
907
- 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'")"
908
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
909
must_die_on_failure=yes
910
0 commit comments