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: crash during local quickstart -p #428

Merged
merged 1 commit into from
May 7, 2021
Merged

Conversation

regisb
Copy link
Contributor

@regisb regisb commented May 6, 2021

When running tutor local quickstart -p we were getting the following error:

Usage: custom [OPTIONS] ARGS...
Try 'custom --help' for help.

Error: Missing argument 'ARGS...'.

The docker-compose command sometimes accept a single command ("pull") with zero
argument.

See: https://discuss.overhang.io/t/local-quickstart-not-working-when-pullimages-enabled/1526

This is ready for review cc @overhangio/tutor-developers.

When running `tutor local quickstart -p` we were getting the following error:

    Usage: custom [OPTIONS] ARGS...
    Try 'custom --help' for help.

    Error: Missing argument 'ARGS...'.

The docker-compose command sometimes accept a single command ("pull") with zero
argument.

See: https://discuss.overhang.io/t/local-quickstart-not-working-when-pullimages-enabled/1526
@regisb regisb merged commit 6d92fe2 into master May 7, 2021
@regisb regisb deleted the regisb/fix-dc-no-arg branch May 7, 2021 15:03
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