Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

WIP: Correct Install Behavior for Dependencies #24

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

oliverbaehler
Copy link
Contributor

Signed-off-by: Oliver Bähler [email protected]

Comment on lines 155 to 157
} else {
return nil, err
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This else clause must be removed, as it is actually the err != nil part of the action.CheckDependencies(...) call, which is already handled below.

Base automatically changed from master to main February 16, 2021 06:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants