Skip to content

Commit cfc3e0e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)