Fix arg name
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/dpogorzelski/speedrun/proto/portal"
|
"github.com/dpogorzelski/speedrun/proto/portal"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *Server) SystemReboot(ctx context.Context, file *portal.SystemRebootRequest) (*portal.SystemRebootResponse, error) {
|
func (s *Server) SystemReboot(ctx context.Context, system *portal.SystemRebootRequest) (*portal.SystemRebootResponse, error) {
|
||||||
fields := log.Fields{
|
fields := log.Fields{
|
||||||
"context": "system",
|
"context": "system",
|
||||||
"command": "reboot",
|
"command": "reboot",
|
||||||
|
|||||||
Reference in New Issue
Block a user