Skip to content

Commit

Permalink
Updade->update
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrawap committed Aug 2, 2022
1 parent 10e1c79 commit 98a20e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/deploy_weka/cloud-functions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ func Resize(w http.ResponseWriter, r *http.Request) {

err := resize.UpdateValue(bucket, d.Value)
if err != nil {
fmt.Fprintf(w, "Updade failed: %s", err)
fmt.Fprintf(w, "Update failed: %s", err)
} else {
fmt.Fprintf(w, "Updade completed successfully")
fmt.Fprintf(w, "Update completed successfully")
}
}

Expand Down

0 comments on commit 98a20e2

Please sign in to comment.