fix(installer): minor grammatical error (#9209)

This commit is contained in:
TehBrian
2026-08-10 18:42:56 +02:00
committed by GitHub
parent 8cf22d7739
commit 61a2b183d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -834,7 +834,7 @@ update_env_var() {
# If variable "key=" doesn't exist, append it to the file with value
elif ! grep -q "^${key}=" "$ENV_FILE"; then
printf '%s=%s\n' "$key" "$value" >>"$ENV_FILE"
echo " - Added ${key} and it's value as the variable was missing"
echo " - Added ${key} and its value as the variable was missing"
fi
}
+1 -1
View File
@@ -834,7 +834,7 @@ update_env_var() {
# If variable "key=" doesn't exist, append it to the file with value
elif ! grep -q "^${key}=" "$ENV_FILE"; then
printf '%s=%s\n' "$key" "$value" >>"$ENV_FILE"
echo " - Added ${key} and it's value as the variable was missing"
echo " - Added ${key} and its value as the variable was missing"
fi
}