mirror of
https://codeberg.org/spire/depot-prefetch.git
synced 2026-06-03 18:14:08 +02:00
cleanup
This commit is contained in:
parent
8193013ab2
commit
f0efae82b1
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ pub fn prefetch(manifest: &ManifestInput, file_list: &[String]) -> Result<String
|
||||||
.iter()
|
.iter()
|
||||||
.map(|filter| serde_json::to_string(filter).unwrap_or_default())
|
.map(|filter| serde_json::to_string(filter).unwrap_or_default())
|
||||||
.join(" ");
|
.join(" ");
|
||||||
dbg!(&file_list_nix);
|
|
||||||
|
|
||||||
let expression = EXPRESSION_TEMPLATE
|
let expression = EXPRESSION_TEMPLATE
|
||||||
.replace("APP_ID", &manifest.app_id.to_string())
|
.replace("APP_ID", &manifest.app_id.to_string())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue