Skip to content

Commit

Permalink
hmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Dec 13, 2021
1 parent c876a7f commit 42db7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func resourceReplicationRead(d *schema.ResourceData, m interface{}) error {
d.Set("registry_id", destRegistryID)
}

if jsonDataReplication.Trigger.Type != "manual" {
if jsonDataReplication.Trigger.Type == "scheduled" {
d.Set("schedule", jsonDataReplication.Trigger.TriggerSettings.Cron)
} else {
d.Set("schedule", "manual")
Expand Down

0 comments on commit 42db7ea

Please sign in to comment.