Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed May 9, 2024
1 parent e73c391 commit 901dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kfp/transform_workflows/.make.transforms_workflows
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endef

.PHONY: .transforms_workflows.reconcile-requirement
.transforms_workflows.reconcile-requirement:
while IFS= read -r line; do \
@while IFS= read -r line; do \
[ -z "$$line" ] && continue; \
[[ $$line == *#* ]] && continue; \
export DOCKER_IMAGE_NAME=$$(echo $$line |cut -d "=" -f 1 |sed "s/_VERSION//" |tr '[:upper:]' '[:lower:]'); \
Expand Down

0 comments on commit 901dbb1

Please sign in to comment.