We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb5728 commit b80fa84Copy full SHA for b80fa84
git-submodule.sh
@@ -862,7 +862,7 @@ Maybe you want to use 'update --init'?")"
862
;;
863
!*)
864
command="${update_module#!}"
865
- 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'")"
866
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
867
must_die_on_failure=yes
868
0 commit comments