Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-14 13:26:14 +0200
committerGitHub <noreply@github.com>2021-04-14 13:26:14 +0200
commit4e2c3c3dc79857d1d27137f935cb423a5e32c585 (patch)
treeb78d3cfc05960ec0c4db2d74aaae6dc5b04652e2 /README.md
parent3f101be225d2ee282a4a6942fb6263f335911404 (diff)
Language issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e51ddf8..6934b2d7 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
boot.format('vfat')
- # Set the flat for encrypted to allow for encryption and then encrypt
+ # Set the flag for encrypted to allow for encryption and then encrypt
root.encrypted = True
root.encrypt(password=disk_password)