Skip to content

Commit

Permalink
Update solana_chain.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaveracll committed Jan 20, 2025
1 parent e18976d commit 19e5482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/solana_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c SolChain) DeployProgram(logger logger.Logger, programName string) (strin
// Keypairs wont be created for devenvs
logger.Infow("Deploying new program",
"programFile", programFile)
cmd = exec.Command("solana", baseArgs...)
cmd = exec.Command("solana", baseArgs...) // #nosec G204
}

// Capture the command output
Expand Down

0 comments on commit 19e5482

Please sign in to comment.