Skip to content

Commit

Permalink
#174 fixup typo in e181fd1
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 16, 2022
1 parent e181fd1 commit 52a3d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def install_html5(root="/", install_dir="/usr/share/xpra/www/", config_dir="/etc
"-o", dst,
"--compress",
]
elif minifer=="hjsmin":
elif minifier=="hjsmin":
minify_cmd = ["hjsmin", "-i", fsrc, "-o", dst]
else:
assert minifier=="yuicompressor"
Expand Down

0 comments on commit 52a3d74

Please sign in to comment.