Fix arg name
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"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{
|
||||
"context": "system",
|
||||
"command": "reboot",
|
||||
|
||||
Reference in New Issue
Block a user