Skip to content

Commit

Permalink
Merge pull request #3 from AkihiroSuda/doc-fix
Browse files Browse the repository at this point in the history
fix docstring for Machine.config
  • Loading branch information
gijzelaerr committed Mar 17, 2016
2 parents 50ffaf9 + 1e86c0f commit 2985371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def config(self, machine="default"):
Args:
machine: The machine name
Returns:
tuple: tlscacert, tlscert, tlskey, host
dict: base_url, tls
"""
cmd = ["config", machine]
regexp = """(--tlsverify\n)?--tlscacert="(.+)"\n--tlscert="(.+)"\n--tlskey="(.+)"\n-H=(.+)"""
Expand Down

0 comments on commit 2985371

Please sign in to comment.