diff --git a/pkg/pebinaryexecutor/pebinary.go b/pkg/pebinaryexecutor/pebinary.go index 708ead2c23..d45ed81a46 100644 --- a/pkg/pebinaryexecutor/pebinary.go +++ b/pkg/pebinaryexecutor/pebinary.go @@ -100,7 +100,7 @@ func (p *PEBinaryConfig) Bootstrap(ctx context.Context, nodeConfig *config.Node, if err != nil { return err } - if err := os.Setenv("PATH", execPath+":"+os.Getenv("PATH")); err != nil { + if err := os.Setenv("PATH", execPath+";"+os.Getenv("PATH")); err != nil { return err }