[pbs-devel] [PATCH proxmox-backup] fix: cargo local path

Gabriel Goller g.goller at proxmox.com
Mon Jan 22 12:46:00 CET 2024


Fixed the local path of `proxmox-acme` in the Cargo.toml file.

Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3790c86f..1fd8c20b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -271,7 +271,7 @@ proxmox-rrd.workspace = true
 #proxmox-time = { path = "../proxmox/proxmox-time" }
 #proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
 
-#proxmox-acme = { path = "../proxmox-acme" }
+#proxmox-acme = { path = "../proxmox/proxmox-acme" }
 #pathpatterns = {path = "../pathpatterns" }
 #pxar = { path = "../pxar" }
 
-- 
2.43.0





More information about the pbs-devel mailing list