m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-15 16:43:49 -05:00

Remove a newline to test cache

This commit is contained in:
Sergio
2024-07-09 17:06:50 +03:00
parent 273871702e
commit 5a3e2d7a0b

View File

@@ -160,4 +160,4 @@ async fn get_update(image: &str, socket: Option<String>) -> Option<bool> {
Some(d) => Some(d != &local_image.digest.unwrap()),
None => None,
}
}
}