Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: ommit double quotes from connect_to usage example #248

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

achmiral
Copy link

I don't know why, but when using double quotes, it throws MissionControl::Jobs::Errors::ResourceNotFound. I have checked the source code and done some debugging, but I couldn't find the solution. I'm fairly certain the culprit is in these lines.

def execute(server_locator)
server = MissionControl::Jobs::Server.from_global_id(server_locator)
MissionControl::Jobs::Current.server = server

app_id, server_id = global_id.split(":")
application = MissionControl::Jobs.applications[app_id] or raise MissionControl::Jobs::Errors::ResourceNotFound, "No application with id #{app_id} found"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant