From 5313bdb781ad9e88285ab06428c9b6e2fba2e210 Mon Sep 17 00:00:00 2001 From: Kristo Copani <31226503+quantumryuu@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:03:49 +0200 Subject: [PATCH] Update firefly.json --- json/firefly.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/firefly.json b/json/firefly.json index 81a28b434f..a518bba3dc 100644 --- a/json/firefly.json +++ b/json/firefly.json @@ -1,6 +1,6 @@ { "name": "Firefly III", - "slug": "firefly-iii", + "slug": "firefly", "categories": [ 0 ], @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/firefly-iii.sh", + "script": "/ct/firefly.sh", "resources": { "cpu": 1, "ram": 1024, @@ -31,4 +31,4 @@ "password": null }, "notes": [] - } \ No newline at end of file + }