Commit 5e26478
authored
Single quotes prevents expansion of $ in password
If the password happens to contain a dollar sign ($) it'll get expanded to a variable value, which is correct. Single quote will prevent the expansion.1 parent 1ac09f3 commit 5e26478
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments