aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_pastebins/inconsistent-hash-of-buildgomodule.md2
-rw-r--r--_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/_pastebins/inconsistent-hash-of-buildgomodule.md b/_pastebins/inconsistent-hash-of-buildgomodule.md
index a15033d..f3157d4 100644
--- a/_pastebins/inconsistent-hash-of-buildgomodule.md
+++ b/_pastebins/inconsistent-hash-of-buildgomodule.md
@@ -183,7 +183,7 @@ error: build of '/nix/store/y5961vv6y9c0ps2sbd8xfnpqvk0q7qhq-terraform-godaddy-1
The `setup.sh` script contains a call to `nix-shell` which in turns
build the same `terraform-godaddy` derivation:
-```.shell
+```shell
$ cd vps/
$ ./scripts/ci/setup.sh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
diff --git a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
index 0501ff4..a66d957 100644
--- a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
+++ b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md
@@ -176,7 +176,7 @@ script and you'll get all of them in your local machine.
script with an autocommit after every run. If you ever had a merge
conflict, you'd simply accept all changes and then run:
- ``` {.shell}
+ ```shell
$ uniq youtube-dl-seen.conf > youtube-dl-seen.conf
```