Commit a3f2595
fix: properly escape credentials variable in bash script (#24)
The escaped_credentials variable was using single quotes which prevented
proper shell expansion. Changed to double quotes to allow variable
substitution while maintaining safety.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>1 parent 2a71271 commit a3f2595
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments