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

Fix bug that starting an already started server succeeds. #224

Merged
merged 1 commit into from
Oct 19, 2015

Conversation

arianvp
Copy link
Contributor

@arianvp arianvp commented Oct 19, 2015

The code should catch when the server is already started and you try
to call "scw start " but currently that doesn't happen due to a
typo s/!=/==/.

The code should catch when the server is already started and you try
to call "scw start <id>" but currently that doesn't happen due to a
typo s/!=/==/.
@moul
Copy link
Contributor

moul commented Oct 19, 2015

Good catch, I made this bad copy/paste when migrating from a monolithic app to multiple packages, thanks

moul added a commit that referenced this pull request Oct 19, 2015
Fix bug that starting an already started server succeeds.
@moul moul merged commit e8825d4 into scaleway:master Oct 19, 2015
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.

2 participants