Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorm1ten <57693631+m1ten@users.noreply.github.com>2021-04-03 17:58:25 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 15:40:09 -0400
commiteb7497f2aada18ba5d992fa890503782aefea726 (patch)
tree7a74bbb489a76db774ed33fc342db58dcd189dce /profiles
parentc2c112625414e23bc15da083c06c97750bfa154d (diff)
Update xfce4.py
Diffstat (limited to 'profiles')
-rw-r--r--profiles/xfce4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/xfce4.py b/profiles/xfce4.py
index 040f29bd..1cc4a62d 100644
--- a/profiles/xfce4.py
+++ b/profiles/xfce4.py
@@ -22,7 +22,7 @@ def _prep_function(*args, **kwargs):
# Ensures that this code only gets executed if executed
# through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py")
-# or through conventional import gnome
+# or through conventional import xfce4
if __name__ == 'xfce4':
# Install dependency profiles
installation.install_profile('xorg')