From 4634cf0aa95ea48d27997ff1b4f36c74a61198c5 Mon Sep 17 00:00:00 2001 From: Phoevos Kalemkeris Date: Thu, 10 Aug 2023 10:59:12 +0300 Subject: [PATCH] fix: Drop stale directory ref from charmcraft.yaml (#150) Remove reference to the `files` directory that doesn't exist anymore from the charmcraft.yaml file. Closes #149 Signed-off-by: Phoevos Kalemkeris --- charmcraft.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index 5ec90a4..c9fc650 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -11,6 +11,4 @@ bases: channel: "20.04" parts: charm: - prime: - - files/*yaml charm-python-packages: [setuptools, pip]