Skip to content

Commit f7b28ce

Browse files
authored
fix cluster/deployment/local.mk import so that it also works in the internal repo (#3363)
[static] Signed-off-by: Mateusz Błażejewski <mateusz.blazejewski@digitalasset.com>
1 parent 6b26cac commit f7b28ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/pulumi/local.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
dir := $(call current_dir)
55

6-
include cluster/deployment/local.mk
6+
include $(shell dirname $(dir))/deployment/local.mk
77

88
.PHONY: $(dir)/build
99
$(dir)/build: $(dir)/.build

0 commit comments

Comments
 (0)