[pve-devel] [PATCH proxmox-apt 1/2] avoid backtick unicode symbol in string
Fabian Ebner
f.ebner at proxmox.com
Thu Jul 1 15:46:33 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
src/repositories/standard.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/repositories/standard.rs b/src/repositories/standard.rs
index 9d48670..463e735 100644
--- a/src/repositories/standard.rs
+++ b/src/repositories/standard.rs
@@ -110,7 +110,7 @@ impl APTRepositoryHandle {
APTRepositoryHandle::NoSubscription => {
"This is the recommended repository for testing and non-production use. \
Its packages are not as heavily tested and validated as the production ready \
- enterprise repository. You don’t need a subscription key to access this repository."
+ enterprise repository. You don't need a subscription key to access this repository."
}
APTRepositoryHandle::Test => {
"This repository contains the latest packages and is primarily used for test labs \
--
2.30.2
More information about the pve-devel
mailing list