DataDog / datadog-cloudfoundry-buildpack

Datadog Cloud Foundry Buildpack
Apache License 2.0
10 stars 15 forks source link

Fix `buildpack_version` tag in the update_tags script #170

Closed NouemanKHAL closed 1 year ago

NouemanKHAL commented 1 year ago

We're appending a string to a list, we need to use push instead of concat.

Error:

Traceback (most recent call last):
    1: from update_tags.rb:41:in `<main>'
update_tags.rb:41:in `concat': no implicit conversion of String into Array (TypeError)