Skip to content

Commit

Permalink
Merge branch 'ah/submodule-typofix-in-error'
Browse files Browse the repository at this point in the history
Error string fix.

* ah/submodule-typofix-in-error:
  git-submodule: remove extraneous space from error message
  • Loading branch information
Junio C Hamano committed Sep 1, 2015
2 parents bc1c600 + b80fa84 commit 2953140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ Maybe you want to use 'update --init'?")"
;;
!*)
command="${update_module#!}"
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'")"
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
must_die_on_failure=yes
;;
Expand Down

0 comments on commit 2953140

Please sign in to comment.