Skip to content

Commit 2953140

Browse files
committed
Merge branch 'ah/submodule-typofix-in-error'
Error string fix. * ah/submodule-typofix-in-error: git-submodule: remove extraneous space from error message
2 parents bc1c600 + b80fa84 commit 2953140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-submodule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ Maybe you want to use 'update --init'?")"
904904
;;
905905
!*)
906906
command="${update_module#!}"
907-
die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
907+
die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
908908
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
909909
must_die_on_failure=yes
910910
;;

0 commit comments

Comments
 (0)