mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01: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 ..."
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user