From 3104f5547d8e4bc3a6936857abcafff9825fecd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 Jan 2017 22:45:42 +0300 Subject: Fix paths in ci scripts. --- .ci/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index a880ce5..36210d2 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -7,6 +7,6 @@ then fi echo "apt-get update" -../.ci/retry.sh apt-get update +./.ci/retry.sh apt-get update echo "apt-get -y -qq install git-core bash" -../.ci/retry.sh apt-get -y -qq install $* +./.ci/retry.sh apt-get -y -qq install $* -- cgit v1.2.3-60-g2f50