Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
[makefile] Remove extra '"' breaking make target
Browse files Browse the repository at this point in the history
Signed-off-by: Murilo Belluzzo <[email protected]>
  • Loading branch information
mbelluzzo-intel committed May 23, 2019
1 parent 9aaaf60 commit e1386c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ release: $(addprefix release/,$(release_STEPS))
$(addprefix release/,$(release_STEPS)): config $(WORK_DIR)
NAMESPACE=$(NAMESPACE) \
CONFIG_REPO_HOST=$(CONFIG_REPO_HOST) \
CLR_BUNDLES="$(CLR_BUNDLES)" \
CLR_BUNDLES=$(CLR_BUNDLES) \
WORK_DIR=$(WORK_DIR) \
$@.sh

Expand Down

0 comments on commit e1386c9

Please sign in to comment.