Remove remaining gRPC references with additional tests

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-21 21:42:16 -06:00
parent 4cc6d03f2f
commit c2cfe513d7
21 changed files with 339 additions and 4332 deletions

View File

@@ -89,7 +89,7 @@ func CobraRunE(cmd *cobra.Command, args []string) (err error) {
}
defer cleanUp()
wwlog.Debug("Version: %s", version.GetVersion())
wwlog.Debug("Version: %s", version.Version())
target := "/"
if os.Args[0] == path.Join(conf.Paths.WWClientdir, "wwclient") {