diff options
| -rw-r--r-- | guides/setups/package-management.md | 2 | ||||
| -rw-r--r-- | reviews/mailing-lists.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/guides/setups/package-management.md b/guides/setups/package-management.md index e6afc7a..6906253 100644 --- a/guides/setups/package-management.md +++ b/guides/setups/package-management.md @@ -37,6 +37,6 @@ no 32-bit release) and ripgrep: ``` bash for f in ~/.local/share/bash-completion/* do - [ -f "$f" ] && . "$f" + [ -f "$f" ] && . "$f" done ``` diff --git a/reviews/mailing-lists.md b/reviews/mailing-lists.md index 0d7456d..70722b9 100644 --- a/reviews/mailing-lists.md +++ b/reviews/mailing-lists.md @@ -13,6 +13,7 @@ captures both sides of the argument quite well: > >> I understand that there's a transition needed between these two and this > >> intermediate state can require more work, but it's important to keep the > >> long term goal in mind when designing the current solution. +> > > Whose long term goal? > > At the very least mine. |
