diff --git a/drone/exec/flags.go b/drone/exec/flags.go index 88d9c419..67e801d5 100644 --- a/drone/exec/flags.go +++ b/drone/exec/flags.go @@ -64,7 +64,7 @@ func mapOldToExecCommand(input *cli.Context) *execCommand { Trusted: input.Bool("trusted"), Timeout: int64(input.Duration("timeout").Seconds()), Branch: input.String("branch"), - Name: input.String("name"), + Name: input.String("repo"), }, Stage: &drone.Stage{ Name: input.String("pipeline"),