Skip to content

Commit a4ff35c

Browse files
committed
fix: dir variable expansion
Signed-off-by: Niccolò Fei <[email protected]>
1 parent d507c27 commit a4ff35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ prereqs:
3737
check: prereqs
3838
@echo -e "$(BLUE)Performing bake --check for all projects...$(NC)"
3939
@$(foreach dir,$(DIRS), \
40-
echo -e "$(BLUE)[CHECK] $dir$(NC)"; \
40+
echo -e "$(BLUE)[CHECK] $(dir) $(NC)"; \
4141
docker buildx bake -f $(dir)/metadata.hcl -f docker-bake.hcl --check; \
4242
)
4343

0 commit comments

Comments
 (0)