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 "dgoss edit" return code #805

Merged
merged 3 commits into from
Jun 3, 2023

Commits on Feb 23, 2023

  1. fix dgoss edit return code

    Before dgoss edit returned a 1 return code if GOSS_VARS was unset
    but the command was valid.
    By refactoring the test of GOSS_VARS with the if clause, dgoss edit
    command returns the return code of get_docker_file function.
    
    Signed-off-by: Andrea Grillo <andrea.grillo96@live.com>
    andregri committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ec660a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    6c55510 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    5ee3ef3 View commit details
    Browse the repository at this point in the history