Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
buchanan committed Dec 29, 2015
1 parent b257d79 commit 53a0d04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pepper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,7 @@ def run(self):
load = self.parse_cmd()
creds = iter(self.parse_login())

<<<<<<< HEAD
api = pepper.Pepper(next(creds), debug_http=self.options.debug_http)
=======
api = pepper.Pepper(next(creds), debug_http=self.options.debug_http, ignore_ssl_errors=self.options.ignore_ssl_certificate_errors)
>>>>>>> 148a7d86dc7d746590d6c61b71da1cb1726c03bf
auth = api.login(*list(creds))

if self.options.fail_if_minions_dont_respond:
Expand Down

0 comments on commit 53a0d04

Please sign in to comment.