mirror of
https://github.com/httpie/cli.git
synced 2025-06-27 13:01:43 +02:00
[snap] Comment out the problematic interface
It seems it just needs to be present for the snap to be rejected.
This commit is contained in:
parent
b38352858f
commit
30c595b770
@ -83,11 +83,11 @@ parts:
|
|||||||
echo "Copying extra files ..."
|
echo "Copying extra files ..."
|
||||||
cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/bin/
|
cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/bin/
|
||||||
|
|
||||||
plugs:
|
# plugs:
|
||||||
dot-config-httpie:
|
# dot-config-httpie:
|
||||||
interface: personal-files
|
# interface: personal-files
|
||||||
write:
|
# write:
|
||||||
- $HOME/.config/httpie
|
# - $HOME/.config/httpie
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
http:
|
http:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user