Syntax error found (SyntaxError)

File: /Users/xxxxxx/.rbenv/versions/3.4.3/lib/ruby/gems/3.4.0/gems/morpheus-cli-8.0.5/lib/morpheus/cli/commands/network_domains_command.rb:843: syntax error found (SyntaxError)

Error

843 | {id: it[‘id’], name: it[‘name’]}
| ^~ it is not allowed when an ordinary parameter is defined
844 | end

Workaround
I have uncommented it with # as a workaround.

Hi, please could you post up the command you issued which generated this error. We can test, and raise a bug report if needs be.

I’m just trying to execute the CLI command with --version.
#> morpheus --version

I’m running MacOSx M1 model, and have installed the Ruby with this setup:

brew install rbenv ruby-build
rbenv init
rbenv install 3.4.3
rbenv global 3.4.3
rbenv local 3.4.3
eval "$(rbenv init - bash)"
ruby -v