Skip to content

Commit

Permalink
test: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Dec 8, 2023
1 parent de70a64 commit 18bf261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chain-initiator/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func export(cmdPath, homePath, genesisFilePath string) {
}

// Write the output to the specified file
err = ioutil.WriteFile(genesisFilePath, output, 0644)
err = ioutil.WriteFile(genesisFilePath, output, 0644) // nolint: gosec
if err != nil {
log.Fatalf("Failed to write output to file: %v", err)
}
Expand Down

0 comments on commit 18bf261

Please sign in to comment.