Skip to content

Commit

Permalink
Fix typo (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Dec 14, 2023
1 parent d99a85b commit 2f4a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/gcp-log/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func Integrate(w http.ResponseWriter, r *http.Request) {
var cpNote note.Note
h := rfc6962.DefaultHasher
if d.Initialise {
if d.createBucket {
if d.CreateBucket {
if err := client.Create(ctx, d.Bucket); err != nil {
http.Error(w, fmt.Sprintf("Failed to create bucket for log: %v", err), http.StatusBadRequest)
return
Expand Down

0 comments on commit 2f4a6a7

Please sign in to comment.