Skip to content

Commit 323e6ba

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Merge pull request #8 from Robert-Houtenbrink/master
show code block
2 parents 4db37ad + 6a66a03 commit 323e6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The config file is located at `~/.softlayer` or `~/AppData/Roaming/softlayer` fo
3232
Your config file should look something like this for using the islcli. Beware the `islcli` and `slcli` use the same config for the moment. You need to set `verify = False` in the config because the internal endpoint uses a self-signed SSL certificate.
3333

3434
.. code-block:: bash
35-
[softlayer]
35+
36+
[softlayer]
3637
timeout = 600
3738
verify = False
3839
username = imsUsername
3940
endpoint_url = http://internal.applb.dal10.softlayer.local/v3.1/internal/xmlrpc/
4041
userid = imsUserId
4142
42-
4343
Basic Usage
4444
-----------
4545

0 commit comments

Comments
 (0)