Skip to content

Commit d7c0d58

Browse files
committed
fix: strategies_remove env var
1 parent 7ee71b5 commit d7c0d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ strategies_update_weight:
301301

302302
strategies_remove:
303303
@echo "Removing strategies: $(INDICES_TO_REMOVE)"
304-
@. contracts/scripts/.env && ./contracts/scripts/remove_strategy.sh $(INDICES_TO_REMOVE)
304+
@. contracts/scripts/.env && . contracts/scripts/remove_strategy.sh $(INDICES_TO_REMOVE)
305305

306306
__BATCHER__:
307307

0 commit comments

Comments
 (0)