Fixed minor issues

This commit is contained in:
David J. Allen 2024-04-11 13:06:00 -06:00
parent 80c9eb29a6
commit ce553d5cc0
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,7 @@ var (
configPath string
config configurator.Config
targets []string
output string
outputPath string
)
var rootCmd = &cobra.Command{