From 2b4d1912714e5cb27e07d070efade2430edbb49f Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sun, 23 Feb 2025 21:18:46 -0600 Subject: [PATCH] v0.9.0 --- pkg/backy/utils.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/backy/utils.go b/pkg/backy/utils.go index d7ef32a..1c83970 100644 --- a/pkg/backy/utils.go +++ b/pkg/backy/utils.go @@ -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 {