Skip to content

Commit

Permalink
Fix bug in Bug Buster CLI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed May 22, 2024
1 parent 195befe commit ef45c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/bounty.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func bountyRun(cmd *cobra.Command, args []string) {
ImgLink: bountyImgLink,
Description: bountyDescription,
Deadline: deadline,
CodeZipBinary: code,
CodeZipBinary: &code,
}
sendInput(shared.CreateAppBountyInputKind, payload)
}
Expand Down

0 comments on commit ef45c3d

Please sign in to comment.