From b2be0eba7a20ecbdd755fb34d06868f406b175e8 Mon Sep 17 00:00:00 2001 From: aram price Date: Thu, 3 Oct 2024 16:48:18 -0700 Subject: [PATCH] fix incorrect path in ci script --- ci/tasks/run-unit-specs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/run-unit-specs.sh b/ci/tasks/run-unit-specs.sh index d68db431..c54a88e2 100755 --- a/ci/tasks/run-unit-specs.sh +++ b/ci/tasks/run-unit-specs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eu -o pipefail -pushd bosh-cpi-src/src/bosh_azure_cpi +pushd bosh-cpi-src/src/bosh_aws_cpi bundle install