From c05ceaf175530d5a807b545d69fccd1ccacf03cf Mon Sep 17 00:00:00 2001 From: j Date: Fri, 18 Jan 2019 16:24:47 +0530 Subject: [PATCH] fix typo --- ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl b/ctl index c67268d..0099064 100755 --- a/ctl +++ b/ctl @@ -92,7 +92,7 @@ hash -r 2>/dev/null ulimit -S -n 2048 function update_gitbase() { - if [ -e "${BASE}/openmedialibrary/.git/config" ]; tthen + if [ -e "${BASE}/openmedialibrary/.git/config" ]; then GIT_BASE=`grep origin .git/config -A 1 | grep url | cut -f2 -d=` fi }