fix: update pr

This commit is contained in:
darshankabariya 2025-07-24 16:56:05 +05:30
parent aaf55989d2
commit 6f7479e3ab
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
echocol()
{
@ -77,7 +77,7 @@ fi
# Ensure Foundry (cast & foundryup) is available for token mint/approve calls
if ! command -v cast >/dev/null 2>&1; then
echocol "Foundry toolkit (cast) not found. Installing Foundry... \n"
echocol "\n Foundry toolkit (cast) not found. Installing Foundry... \n"
curl -L https://foundry.paradigm.xyz | bash
# Make the freshly installed binaries available in the current session
export PATH="$HOME/.foundry/bin:$PATH"