1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

fix env version attribute

This commit is contained in:
darshanime
2017-11-18 19:01:26 +05:30
parent 95c33e31a2
commit 6472ca55e1
2 changed files with 8 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ class Config(BaseConfigDict):
try:
implicit_content_type = self.pop('implicit_content_type')
except KeyError:
pass
self.save()
else:
if implicit_content_type == 'form':
self['default_options'].insert(0, '--form')