From 0dab302816802497545eb731aaf299b6ac838101 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 6 Nov 2024 10:55:23 -0800 Subject: [PATCH] missing quotations --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 42084bb4d..04c563f92 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -77,7 +77,7 @@ class Bun(SimpleNamespace): DEFAULT_CONFIG = """ [install] -registry = {registry} +registry = "{registry}" """