Skip to content

Commit c6d6c26

Browse files
committed
Fix build_admin_ui.sh
1 parent e684702 commit c6d6c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build_admin_ui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pwd
99

1010

1111
# only run this step for litellm enterprise, we run this if enterprise/enterprise_ui/_enterprise.json exists
12-
if [ ! -f "enterprise/enterprise_ui/_enterprise_colors.json" ]; then
12+
if [ ! -f "enterprise/enterprise_ui/enterprise_colors.json" ]; then
1313
echo "Admin UI - using default LiteLLM UI"
1414
exit 0
1515
fi
@@ -47,7 +47,7 @@ nvm use v18.17.0
4747
npm install -g npm
4848

4949
# copy _enterprise.json from this directory to /ui/litellm-dashboard, and rename it to ui_colors.json
50-
cp enterprise/enterprise_ui/_enterprise_colors.json ui/litellm-dashboard/ui_colors.json
50+
cp enterprise/enterprise_ui/enterprise_colors.json ui/litellm-dashboard/ui_colors.json
5151

5252
# cd in to /ui/litellm-dashboard
5353
cd ui/litellm-dashboard

0 commit comments

Comments
 (0)