Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-09 21:42:24 +0200
committerGitHub <noreply@github.com>2021-04-09 21:42:24 +0200
commit5bc8ca361a9742c28dda2cad2bdd5a6ba8269525 (patch)
tree0ee36a24f0bb21d872076a197b6e7ccaced4332c /profiles/i3.py
parent33ad831709fee17aee6d4eea05fc3374c833537c (diff)
Update i3.py
Diffstat (limited to 'profiles/i3.py')
-rw-r--r--profiles/i3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/i3.py b/profiles/i3.py
index 9ab5f88d..09532707 100644
--- a/profiles/i3.py
+++ b/profiles/i3.py
@@ -59,5 +59,5 @@ if __name__ == 'i3':
installation.enable_service('lightdm')
# install the i3 group now
- i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration'])
+ i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration'])
i3.install()