Fix language specification on analytics instrumentation scripts
What does this MR do and why?
analytics instrumentation owns a couple of ruby scripts. Running these scripts shouldn't require the caller to specify ruby
at the start.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
From the gitlab/
directory of gdk, running these should be the same before & after:
Before:
ruby scripts/internal_events/product_group_renamer.rb OLD_NAME NEW_NAME
ruby scripts/internal_events/cli.rb
After:
scripts/internal_events/product_group_renamer.rb OLD_NAME NEW_NAME
scripts/internal_events/cli.rb