aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-07-13 12:27:59 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-07-13 20:51:40 +0100
commita296cf2066ccb8696b394155624c1a75598fd961 (patch)
treebff61446c4cbd00a23fb60185f9a38ba347ea360
parent2a0c6b72a5c8d1026b2387831cf4d163ef15ac08 (diff)
Fix typo in Encrypted ZFS article
-rw-r--r--content/blog/107_encrypted_zfs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/107_encrypted_zfs.md b/content/blog/107_encrypted_zfs.md
index f6465bb..7972466 100644
--- a/content/blog/107_encrypted_zfs.md
+++ b/content/blog/107_encrypted_zfs.md
@@ -68,7 +68,7 @@ the disk with random data. After this is done, you might want to
actually wipe the first bunch of bytes.
```console
-$cryptsetup luksClose sda_crypto
+$ cryptsetup luksClose sda_crypto
$ dd if=/dev/urandom of=/dev/sda bs=1M count=8
```