mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix package properties container name
This commit is contained in:
committed by
Aiden McClelland
parent
8a54775afb
commit
c75ac3ec62
@@ -35,7 +35,7 @@ pub async fn fetch_properties(ctx: RpcContext, id: PackageId) -> Result<Value, E
|
||||
&ctx,
|
||||
&manifest.id,
|
||||
&manifest.version,
|
||||
None,
|
||||
Some(&format!("Properties-{}", rand::random::<u64>())),
|
||||
&manifest.volumes,
|
||||
None,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user