Change variable name in ppa.sh

This commit is contained in:
Shivam Mathur 2022-01-31 21:27:36 +05:30
parent 8eb9866044
commit 8d4007321f
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -159,9 +159,9 @@ add_ppa() {
else else
add_list "$ppa" add_list "$ppa"
fi fi
status="$?" exit_code="$?"
. /etc/os-release . /etc/os-release
return $status return $exit_code
} }
# Function to update a PPA. # Function to update a PPA.