Skip to content

Commit 4aa8bb9

Browse files
plaindocsMariadeAnton
authored andcommitted
Tweak env var escaping (travis-ci#2325)
1 parent 5dbd26c commit 4aa8bb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

user/encryption-keys.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ contains portions of your sensitive data.
7373

7474
Thus, you need to escape [special characters](http://www.tldp.org/LDP/abs/html/special-chars.html)
7575
such as braces, parentheses, backslashes, and pipe symbols.
76-
For example, when you want to assign the string `6&a(5!1Ab\` to `FOO`, you need to execute:
76+
77+
For example, you would type `ma&w!doc` as `ma\&w\!doc`.
78+
79+
And to assign the string `6&a(5!1Ab\` to `FOO`:
7780

7881
```bash
7982
travis encrypt "FOO=6\\&a\\(5\\!1Ab\\\\"

0 commit comments

Comments
 (0)