From 4fe7bac236d7c1895271bf15bdb9dda1253ec230 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Thu, 7 Jul 2016 22:37:56 +0000 Subject: git-shell-commands: use tab --- git-shell-commands/change-owner | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/change-owner') diff --git a/git-shell-commands/change-owner b/git-shell-commands/change-owner index 562de7d..8b59388 100755 --- a/git-shell-commands/change-owner +++ b/git-shell-commands/change-owner @@ -12,8 +12,8 @@ _repo="$(sed -r -e '/(^|\/)\.\.($|\/)/d' -e "s,[^A-Za-z0-9\./_~-],,g" <<<"$repo" test "$repo" = "$_repo" || { printf 'Illegal name: %s\n' "${repo}"; exit 1; } if test -d "${repo}".git; then - git config -f "${repo}.git/config" "gitweb.owner" "${*}" + git config -f "${repo}.git/config" "gitweb.owner" "${*}" else - printf 'Does not exist: %s\n' "${repo}" - exit 1 + printf 'Does not exist: %s\n' "${repo}" + exit 1 fi -- cgit v1.2.3-54-g00ecf