Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xfce4.py
diff options
context:
space:
mode:
authorm1ten <57693631+m1ten@users.noreply.github.com>2021-04-03 17:58:25 -0400
committerGitHub <noreply@github.com>2021-04-03 17:58:25 -0400
commit77c30fcb04599c631511943871f491d706a2d540 (patch)
treee32fb1d956814830e5f0330fd00b66f3b348403e /profiles/xfce4.py
parent1342a1ae75dea094d1cc8f6cfb420cdaa4d4cdc1 (diff)
Update xfce4.py
Diffstat (limited to 'profiles/xfce4.py')
-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')