Closed NouemanKHAL closed 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)
We're appending a string to a list, we need to use push instead of concat.
Error: