Skip to content

Commit 6c6ea52

Browse files
ystrosaramprice
authored andcommitted
Fix path to stemcell-automation scripts
Signed-off-by: Aram Price <[email protected]>
1 parent 9571291 commit 6c6ea52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-stemcell-automation-zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu -o pipefail
33

44
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
5-
STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/stemcell-automation/*ps1 | grep -iv Test)
5+
STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/stembuild/stemcell-automation/*ps1 | grep -iv Test)
66

77
: "${OPENSSH_ZIP?"Please see README.md on where to obtain this."}"
88
: "${BOSH_PSMODULES_ZIP?"Please see README.md on where to obtain this."}"

0 commit comments

Comments
 (0)