v0.9.0
Some checks are pending
ci/woodpecker/push/go-lint Pipeline is pending

This commit is contained in:
Andrew Woodlee 2025-02-23 21:18:46 -06:00
parent 417088c32b
commit 2b4d191271

View File

@ -251,9 +251,6 @@ func expandEnvVars(backyEnv map[string]string, envVars []string) {
}
}
// getCommandTypeAndSetCommandInfo checks for command type and if the command has already been set
// Checks for types package and user
// Returns the modified Command with the package- or userManager command as Cmd and the package- or userOperation as args, plus any additional Args
func getCommandTypeAndSetCommandInfo(command *Command) *Command {
if command.Type == PackageCT && !command.packageCmdSet {