concourse / time-resource

a resource for triggering on an interval
Apache License 2.0
44 stars 32 forks source link

out uses `models.OutResponse` #38

Closed mdb closed 5 years ago

mdb commented 5 years ago

Presumably, the use of models.InResponse in out/main.go was a typo. This corrects the typo to use a models.OutResponse.

fixes issue #37

vito commented 5 years ago

good catch, thanks!