From 453ece11323f34aca8288c288aced4cc2142b428 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Apr 2018 17:13:56 +0800 Subject: git: Update git shell commands; add git-cmds tag --- roles/git/files/git-shell-commands/make-public | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/git/files/git-shell-commands/make-public') diff --git a/roles/git/files/git-shell-commands/make-public b/roles/git/files/git-shell-commands/make-public index f1dfb1d..52546ee 100644 --- a/roles/git/files/git-shell-commands/make-public +++ b/roles/git/files/git-shell-commands/make-public @@ -23,7 +23,7 @@ fi project="${1%.[gG][iI][tT]}.git" -if [ ! -d "${project}" ]; then +if [ ! -d "${HOME}/${project}" ]; then echo "ERROR: repository '${project}' not exists!" exit 3 elif [ -L "${PUBLIC}/${project}" ]; then -- cgit v1.2.2