Skip to content

Commit

Permalink
fix: Makefile has extra $
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 16, 2023
1 parent 4a324af commit c9c207e
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 @@ -48,7 +48,7 @@ profile:
component-definition:
if [ ! -d "$(DIR_COM)" ]; then \
mkdir -p $(DIR_COM); \
cd $$(DIR_COM); \
cd $(DIR_COM); \
wget https://raw.githubusercontent.com/IBM/compliance-trestle-agile-authoring/main/data/acme-component-definition.csv; \
wget https://raw.githubusercontent.com/IBM/compliance-trestle-agile-authoring/main/data/acme-component-definition.config; \
fi \

0 comments on commit c9c207e

Please sign in to comment.