From bd5db081c14d05c9130d2a7b34b523859d58b735 Mon Sep 17 00:00:00 2001 From: Lele1409 <96698930+Lele1409@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:40:22 +0100 Subject: [PATCH] Fix Typo (#1999) --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 89f7e01b..02659de9 100644 --- a/misc/build.func +++ b/misc/build.func @@ -11,7 +11,7 @@ variables() { PVEHOST_NAME=$(hostname) # gets the Proxmox Hostname and sets it to Uppercase DIAGNOSTICS="yes" # sets the DIAGNOSTICS variable to "yes", used for the API call. METHOD="default" # sets the METHOD variable to "default", used for the API call. - RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUDI variable. + RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable. } # This function sets various color variables using ANSI escape codes for formatting text in the terminal.