diff --git a/src/push.rs b/src/push.rs index a1a2a79..c750f2f 100644 --- a/src/push.rs +++ b/src/push.rs @@ -10,7 +10,7 @@ use crate::{ pub fn main(message: Option) { let message = message.unwrap_or_else(|| Utc::now().format("pi - %d/%m/%Y %H:%M").to_string()); let timestamp = Utc::now().timestamp(); - let suffix = format!("pi-{timestamp}"); + let suffix = format!("pi{timestamp}"); let tag = Config::get_local() .unwrap_or_else(|| { log_error(