Major improvement in OSM charms
[osm/devops.git] / installers / charm / generate_bundle.py
index 95ffeaa..a82e016 100644 (file)
@@ -49,7 +49,7 @@ channel = args.channel if args.channel else "stable"
 path = HA_BUNDLE if args.ha else DEFAULT_BUNDLE
 destination = args.destination
 prefix = "." if args.local else BUNDLE_PREFIX
-suffix = "/release" if args.local else ""
+suffix = "/build" if args.local else ""
 
 data = {
     "channel": channel,