subscription: use "-" for POM product URL

it isn't displayed anywhere currently anyway, so more future proofing

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-09-08 11:44:07 +02:00
parent a7805ca338
commit f0cb50f34b

View File

@ -11,7 +11,7 @@ use proxmox_subscription::{
use crate::{config::SubscriptionKey, types::ProductType}; use crate::{config::SubscriptionKey, types::ProductType};
// TODO: Update with final, public URL // TODO: Update with final, public URL
const PRODUCT_URL: &str = "ADD URL FOR PROXMOX-APT-MIRROR"; const PRODUCT_URL: &str = "-";
// TODO add version? // TODO add version?
const USER_AGENT: &str = "proxmox-offline-mirror"; const USER_AGENT: &str = "proxmox-offline-mirror";