From 65c6c83dc7c30b20ec02b5200f0f76d07483fd19 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 23 Jun 2014 13:45:33 +0200 Subject: [PATCH] fix: [base-0k] new location for last version of ``git-sub``. --- precise/base-0k/hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index cea16ea..087986f 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -148,5 +148,5 @@ EOF mkdir -p /opt/apps && cd /opt/apps && git clone git.0k.io:/var/git/0k/git-sub && -ln -sf /opt/apps/git-sub/git-sub /usr/lib/git-core/ +ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/ )