Skip to content

Commit 6bd0713

Browse files
authored
docs: Hint that strings need not be quoted in ini files (#54)
Save future me some time debugging this again :)
1 parent c039ca2 commit 6bd0713

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/auth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Create an ini file in your `$XDG_CONFIG_HOME/cloudscale/cloudscale.ini`, `.cloud
1515
api_token = <token>
1616
~~~
1717

18+
Do NOT quote the token.
19+
1820
The default profile taken if available is `default`. The profile can be chosen by passing `--profile` or `CLOUDSCALE_PROFILE` ENV variable.
1921

2022
~~~shell

0 commit comments

Comments
 (0)