Commit 470ebe8
committed
fix(bash): preserve line break before ssh client crypto-policy output path
Avoid Jinja whitespace trimming that concatenated a comment and the file assignment in harden_ssh_client_crypto_policy Bash remediation. This keeps 'file=...' on its own line and fixes shellcheck SC2154 in generated fixes.1 parent 8e14e43 commit 470ebe8
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- linux_os/guide/system/software/integrity/crypto/harden_ssh_client_crypto_policy/bash
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments