Skip to content

Commit

Permalink
chore: workspace path in api
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Oct 2, 2023
1 parent cb843ca commit 0c093fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/cli/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ async function taskHandler(
): Promise<StepHandler> {

const workspace = new AgentProtocolWorkspace(
path.join(
process.env.AGENT_WORKSPACE as string, id
)
path.join(workspaceDir, id)
);
const app = createApp({
rootDir,
Expand Down

0 comments on commit 0c093fd

Please sign in to comment.