You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be:
omlCollectUri = opts[:collect] || opts[:omlServer] || ENV['OML_COLLECT'] || ENV['OML_SERVER']
so that the opts get priority? else its impossible to cleanly switch to another oml-server than the one that is specified in the omf-ec config
The text was updated successfully, but these errors were encountered:
line 288: omlCollectUri = ENV['OML_COLLECT'] || ENV['OML_SERVER'] || opts[:collect] || opts[:omlServer]
should be:
omlCollectUri = opts[:collect] || opts[:omlServer] || ENV['OML_COLLECT'] || ENV['OML_SERVER']
so that the opts get priority? else its impossible to cleanly switch to another oml-server than the one that is specified in the omf-ec config
The text was updated successfully, but these errors were encountered: