summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d2c21cd5a..4df9fc431 100755
--- a/setup.py
+++ b/setup.py
@@ -124,7 +124,7 @@ def list_man_pages():
# So screw it, lets just use an env var.
bst_install_entry_points = {
'console_scripts': [
- 'bst-artifact-server = buildstream._artifactcache.casserver:server_main'
+ 'bst-artifact-server = buildstream._cas.casserver:server_main'
],
}