Skip to content

Commit

Permalink
updated PUT SSM
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnyale committed May 16, 2022
1 parent 3427772 commit a683732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handlers_instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (s *server) InstanceSSMAssociationHandler(w http.ResponseWriter, r *http.Re
return
}

handleResponseOk(w, struct{ AssociationId string }{AssociationId: *out.AssociationDescription.AssociationId})
handleResponseOk(w, aws.StringValue(out.AssociationDescription.AssociationId))
}

func (s *server) InstanceUpdateHandler(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit a683732

Please sign in to comment.