Skip to content

Commit

Permalink
update to match generalized alice integration (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveims committed Mar 7, 2024
1 parent a2d66de commit 58798b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const createTaskGroup = async (createGroupArgs: CreateTaskGroupArgs): Pro

export const createAliceArgs = async (config: IntegrationConfig, flags: IntegrationStartFlags, namespace: string, major: string): Promise<TaskArgs> => {
const args: TaskArgs = {
alice_creds: config.alice_creds,
alice: config.alice,
ticket_routing: config.ticket_routing,
request_path: `/alice`,
done_path: `/_alice/` + flags.name + `.done`,
Expand Down

0 comments on commit 58798b2

Please sign in to comment.