Skip to content

Commit bd5db08

Browse files
authored
Fix Typo (#1999)
1 parent c5a69d6 commit bd5db08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables() {
1111
PVEHOST_NAME=$(hostname) # gets the Proxmox Hostname and sets it to Uppercase
1212
DIAGNOSTICS="yes" # sets the DIAGNOSTICS variable to "yes", used for the API call.
1313
METHOD="default" # sets the METHOD variable to "default", used for the API call.
14-
RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUDI variable.
14+
RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable.
1515
}
1616

1717
# This function sets various color variables using ANSI escape codes for formatting text in the terminal.

0 commit comments

Comments
 (0)