commit 1900b81acff7ec860d9af7f17cbd64533251e257
parent 63a9ef331f5761410255e5f0f2177111c719e3ac
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 15 Mar 2020 18:45:13 +0100
Fixup some formatting issues
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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
@@ -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.