mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +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,
|
&ctx,
|
||||||
&manifest.id,
|
&manifest.id,
|
||||||
&manifest.version,
|
&manifest.version,
|
||||||
None,
|
Some(&format!("Properties-{}", rand::random::<u64>())),
|
||||||
&manifest.volumes,
|
&manifest.volumes,
|
||||||
None,
|
None,
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user