We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee71b5 commit d7c0d58Copy full SHA for d7c0d58
Makefile
@@ -301,7 +301,7 @@ strategies_update_weight:
301
302
strategies_remove:
303
@echo "Removing strategies: $(INDICES_TO_REMOVE)"
304
- @. contracts/scripts/.env && ./contracts/scripts/remove_strategy.sh $(INDICES_TO_REMOVE)
+ @. contracts/scripts/.env && . contracts/scripts/remove_strategy.sh $(INDICES_TO_REMOVE)
305
306
__BATCHER__:
307
0 commit comments