Skip to content

Commit

Permalink
forgot a place
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Aug 13, 2021
1 parent 6b18e6d commit d1bf220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/start_noagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import (
"github.com/superfly/flyctl/api"
)

func StartDaemon(api *api.Client, cmd string) (*Client, error) {
func StartDaemon(ctx context.Context, api *api.Client, cmd string) (*Client, error) {
return nil, fmt.Errorf("can't start agent on this platform (this is a bug, please report)")
}

0 comments on commit d1bf220

Please sign in to comment.