From bc405efa529290d5de2a0f711089b1dceb0461b8 Mon Sep 17 00:00:00 2001 From: Lily Delalande <119957291+lily-de@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:10:53 -0400 Subject: [PATCH] hotfix: fix typo (#2170) --- ui/desktop/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts index 10fbfab5..d80073d1 100644 --- a/ui/desktop/src/main.ts +++ b/ui/desktop/src/main.ts @@ -347,7 +347,7 @@ const createChat = async ( JSON.stringify({ ...appConfig, GOOSE_PORT: port, - GOOSE_WORKGIN_DIR: working_dir, + GOOSE_WORKING_DIR: working_dir, REQUEST_DIR: dir, GOOSE_BASE_URL_SHARE: sharingUrl, GOOSE_VERSION: gooseVersion,