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 9a3bee1 commit 7d179a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 7d179a7

Please sign in to comment.