summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/install.sh4
1 files 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 $*