Skip to content

Commit

Permalink
AI injected bug lol
Browse files Browse the repository at this point in the history
  • Loading branch information
xfhg committed Aug 1, 2024
1 parent 457be5d commit 275aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/assure.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var assureCmd = &cobra.Command{
return
}

err := os.WriteFile("intercept.scannedSHA256.json", jsonData, 0600)
err = os.WriteFile("intercept.scannedSHA256.json", jsonData, 0600)
if err != nil {
LogError(err)
}
Expand Down

0 comments on commit 275aa7f

Please sign in to comment.