From ffdc88d93846a327bcca4d390d82483996216253 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 21 Jan 2024 17:35:18 -0800 Subject: [PATCH] garden: remove garden.root configuration garden v1.2.0 defaults "garden.root" to "${GARDEN_CONFIG_DIR}". This configuration is no longer necessary. Signed-off-by: David Aguilar --- garden.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/garden.yaml b/garden.yaml index 1ce5741f..54155824 100644 --- a/garden.yaml +++ b/garden.yaml @@ -30,10 +30,6 @@ # garden grow pages # Clone the Git Cola homepage # garden grow fedora # Clone the Fedora packaging # garden grow deb # Clone the Debian packaging ---- -garden: - root: "${GARDEN_CONFIG_DIR}" - trees: git-cola: description: The highly-caffeinated Git GUI @@ -259,5 +255,3 @@ variables: TOX: tox XARGS: xargs XGETTEXT: xgettext - -... -- 2.11.4.GIT