From 9bce583fc286320c8eb44db727c64d528014e7c3 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 5 Jul 2019 16:52:46 +0300 Subject: [PATCH] Fix typo from test backport Related: rhbz#1698366 --- tests/cli/test_build_and_deploy_aws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_aws.sh b/tests/cli/test_build_and_deploy_aws.sh index 63756b0e..f45b206d 100755 --- a/tests/cli/test_build_and_deploy_aws.sh +++ b/tests/cli/test_build_and_deploy_aws.sh @@ -10,7 +10,7 @@ set -e . /usr/share/beakerlib/beakerlib.sh -. $(dirname 0)/lib/lib.sh +. $(dirname $0)/lib/lib.sh CLI="${CLI:-./src/bin/composer-cli}"