while trying to set the pipeline variable from the mongodb shell i get “…” and nothing happens. the variable doesnt change. i have hit enter a few times to return to the correct prompt. what do i need to type to accept the variable change?
Typically a missing closing brace/bracket/parentheses causes this. Ctrl+C or Ctrl+D to come out of it, and check your code in an IDE or Text Editor.
1 Like
indeed. thank you. that was the issue.