Skip to content

Commit 156e3b0

Browse files
committed
Fix directory change.
1 parent 42f1d5f commit 156e3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capi-lab/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ up: bake deploy-capi
88

99
.PHONY: bake
1010
bake:
11-
make -C mini-lab up MINI_LAB_FLAVOR=capms ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
11+
cd mini-lab && make up MINI_LAB_FLAVOR=capms ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
1212

1313
.PHONY: deploy-capi
1414
deploy-capi:

0 commit comments

Comments
 (0)