From 30c595b770301781fd95052bc6e3c09971449c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 10 Sep 2021 10:58:42 +0200 Subject: [PATCH] [snap] Comment out the problematic interface It seems it just needs to be present for the snap to be rejected. --- snapcraft.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index f4636a81..54fc4c7c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -83,11 +83,11 @@ parts: echo "Copying extra files ..." cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/bin/ -plugs: - dot-config-httpie: - interface: personal-files - write: - - $HOME/.config/httpie +# plugs: +# dot-config-httpie: +# interface: personal-files +# write: +# - $HOME/.config/httpie apps: http: