Commit 7fd7b3b
committed
Fix project-install.sh and default profile structure
Two issues fixed:
1. Default profile had wrong structure - categories were directly in
profile root instead of inside `standards/` subfolder.
Moved `global/` into `standards/global/`.
2. Script crashed with `set -e` due to arithmetic expression returning
exit code 1 when chain_depth was 0. Changed post-increment to
pre-increment so the expression always returns non-zero.1 parent 809fb4e commit 7fd7b3b
File tree
2 files changed
+1
-1
lines changed- profiles/default/standards/global
- scripts
2 files changed
+1
-1
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
0 commit comments