fix(dc-ops): ensure proper quoting in script #1
Loading…
Reference in a new issue
No description provided.
Delete branch ":quote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dirname
to prevent word splitting$LINE
ingrep
to handle spacescd
paths to handle directories with spacesdocker compose
file argument to handle file names with spaces🤖
- Quote variables in `dirname` to prevent word splitting - Use quotes around `$LINE` in `grep` to handle spaces - Quote `cd` paths to handle directories with spaces - Quote `docker compose` file argument to handle file names with spaces 🤖