summaryrefslogtreecommitdiffstats
path: root/cmd_pid.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_pid.go')
-rw-r--r--cmd_pid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_pid.go b/cmd_pid.go
index 00f127f..d7fd3fe 100644
--- a/cmd_pid.go
+++ b/cmd_pid.go
@@ -13,7 +13,7 @@ func (cmd cmdPID) Name() string {
return "pid"
}
-func (cmd cmdPID) Run(_ []string) string {
+func (cmd cmdPID) Run(_ *Goctl, _ []string) string {
return pid
}