diff --git a/other/nightly/install.sh b/other/nightly/install.sh index 365e4c330..595dac2a5 100755 --- a/other/nightly/install.sh +++ b/other/nightly/install.sh @@ -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 } diff --git a/scripts/install.sh b/scripts/install.sh index 7569efcc8..1773f37f1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 }