From 6eb9b277a7190387130420809e06c0650e0b9630 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 8 Aug 2024 16:57:21 -0700 Subject: [PATCH] fix trailing comma --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 9afb94c..0e55aa9 100644 --- a/firebase.json +++ b/firebase.json @@ -3,7 +3,7 @@ "public": "public", "rewrites": [ { "source": "**", - "destination": "/install.sh", + "destination": "/install.sh" } ], "ignore": [ "firebase.json",