change default deployment name from Enterprise to ViCCI in init-xos tool
diff --git a/planetstack/tools/init-xos.py b/planetstack/tools/init-xos.py
index 47f5529..de7d183 100644
--- a/planetstack/tools/init-xos.py
+++ b/planetstack/tools/init-xos.py
@@ -17,7 +17,7 @@
 SLICE_ROLES = ["admin", "access"]
 DEPLOYMENT_ROLES = ["admin"]
 
-d = Deployment(name="Enterprise")
+d = Deployment(name="ViCCI")
 d.save()
 
 s = Site(name="MySite", enabled=True, login_base="mysite", is_public=True, abbreviated_name="mysite")