Skip to content

Commit b80fa84

Browse files
alexhenriegitster
authored andcommitted
git-submodule: remove extraneous space from error message
Signed-off-by: Alex Henrie <[email protected]> Acked-by: Chris Packham <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6cb5728 commit b80fa84

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
@@ -862,7 +862,7 @@ Maybe you want to use 'update --init'?")"
862862
;;
863863
!*)
864864
command="${update_module#!}"
865-
die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
865+
die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
866866
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
867867
must_die_on_failure=yes
868868
;;

0 commit comments

Comments
 (0)