Skip to content

Commit

Permalink
Merge pull request #301 from ppmaskaluk/patch-1
Browse files Browse the repository at this point in the history
Fixed command port.go
  • Loading branch information
jim-billy-zoho authored Sep 11, 2024
2 parents ad535c1 + 0790e49 commit f43876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site24x7/monitors/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func updatePortMonitorResourceData(d *schema.ResourceData, monitor *api.PortMoni
d.Set("use_ssl", monitor.UseSSL)
d.Set("invert_port_check", monitor.InvertPortCheck)
d.Set("application_type", monitor.ApplicationType)
d.Set("command", monitor.ApplicationType)
d.Set("command", monitor.Command)
d.Set("check_frequency", monitor.CheckFrequency)
d.Set("location_profile_id", monitor.LocationProfileID)
d.Set("dependency_resource_ids", monitor.DependencyResourceIDs)
Expand Down

0 comments on commit f43876e

Please sign in to comment.