cairo icon indicating copy to clipboard operation
cairo copied to clipboard

fix: Fix potential issue with variable usage in script

Open annwag opened this issue 10 months ago • 1 comments

I noticed a issue in the script where variables $FULLNODE_URL and $N_BLOCKS were being used without quotes.

This can potentially cause issues, especially if the values contain spaces or special characters.

I’ve fixed this by adding quotes around the variables to ensure they are correctly interpreted by Bash.

annwag avatar Feb 03 '25 20:02 annwag

This change is Reviewable

reviewable-StarkWare avatar Feb 03 '25 20:02 reviewable-StarkWare