From 2ceeba8e0046616f40659a5b4bea3b12b1d8f9ac Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Dec 2023 14:57:32 +0300 Subject: [PATCH] Fix indent --- SOURCES/0009-MSVSphere-Adaptation-Patch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch index 04e3dba..5c6aed2 100644 --- a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch +++ b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch @@ -784,7 +784,7 @@ index 0f3e248..bc34d1d 100644 def distributionText(): - return _("%(productName)s %(productVersion)s INSTALLATION") % \ - {"productName": productName, "productVersion": productVersion} -+if productBase == "MSVSphere" and productFlavor == "Server": ++ if productBase == "MSVSphere" and productFlavor == "Server": + distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION") + elif productBase == "MSVSphere" and productFlavor == "ARM": + distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION")