This commit is contained in:
Mansion Lai
2025-07-02 17:41:40 +01:00
committed by GitHub

View File

@@ -61,6 +61,7 @@ func main() {
daemonConf, err := cniServerConfig(*configFilePath)
if err != nil {
fmt.Printf("%s: %s\n", *configFilePath, err)
os.Exit(1)
}