Skip to content

Commit

Permalink
Fix copy paste bug (flyteorg#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Apr 15, 2020
1 parent 8f9c994 commit be1d9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteadmin/pkg/rpc/adminservice/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (m *AdminService) CreateWorkflow(
response, err = m.WorkflowManager.CreateWorkflow(ctx, *request)
})
audit.NewLogBuilder().WithAuthenticatedCtx(ctx).WithRequest(
"CreateTask",
"CreateWorkflow",
audit.ParametersFromIdentifier(request.Id),
audit.ReadWrite,
requestedAt,
Expand Down

0 comments on commit be1d9f5

Please sign in to comment.