refactor: name changes and code clean up

This commit is contained in:
David Allen 2024-11-21 14:13:31 -07:00
parent b31056f297
commit 32065dc163
Signed by: towk
GPG key ID: 793B2924A49B3A3F
5 changed files with 134 additions and 135 deletions

View file

@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
configurator "github.com/OpenCHAMI/configurator/pkg"
"github.com/OpenCHAMI/configurator/pkg/config"
"github.com/OpenCHAMI/configurator/pkg/util"
)
@ -23,7 +23,7 @@ var configCmd = &cobra.Command{
fmt.Printf("file or directory exists\n")
continue
}
configurator.SaveDefaultConfig(path)
config.SaveDefault(path)
}
},
}