Skip to content

Commit

Permalink
Corrijo custom stpes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Aug 23, 2019
1 parent 6ef9f91 commit ad96de0
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 @@ -124,7 +124,7 @@ clean:

custom_steps:
if [[ -f config/custom_steps.sh ]]; then \
bash config/custom_steps.sh $(SERIES_TIEMPO_PYTHON) scripts/paths.py; \
bash config/custom_steps.sh `$(SERIES_TIEMPO_PYTHON) scripts/paths.py`; \
fi;

test:
Expand Down

0 comments on commit ad96de0

Please sign in to comment.