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 missing max_wait argument in ::Service::Commands::Stop.run call #800

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2024

  1. Fix missing max_wait argument in ::Service::Commands::Stop.run call

    ### Summary
    This PR fixes an issue in the `::Service::Commands::Stop.run` method call, where `max_wait` was referenced without being assigned a value.
    
    ### Changes
    - Updated the `max_wait:` argument to `max_wait: max_wait` to correctly pass the intended `max_wait` variable.
    
    ### Context
    The lack of a value assignment to `max_wait` resulted in an error when invoking the stop command. This change ensures that `max_wait` is now passed correctly as an argument.
    albertterradas authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fa54cdb View commit details
    Browse the repository at this point in the history