Skip to content

Commit e046bcb

Browse files
committed
fix(Makefile): Remove unnecessary source command in send-tokens-to-sepolia
1 parent d50588c commit e046bcb

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
@@ -53,7 +53,7 @@ send-tokens-to-arbitrum-sepolia:
5353
.PHONY: send-tokens-arbitrum-sepolia
5454
send-tokens-to-sepolia:
5555
@echo "Sending tokens cross-chain... from Arbitrum SEPOLIA to SEPOLIA"
56-
@source .env && forge script script/SendArbitrumToEthereum.s.sol:SendArbitrumToEthereum \
56+
forge script script/SendArbitrumToEthereum.s.sol:SendArbitrumToEthereum \
5757
--rpc-url $(ARBITRUM_SEPOLIA_RPC_URL) \
5858
--account $(ACCOUNT) \
5959
--broadcast \

0 commit comments

Comments
 (0)