mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-08-12 09:49:25 +00:00
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:
parent
a7805ca338
commit
f0cb50f34b
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user