mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
Change variable name in ppa.sh
This commit is contained in:
parent
8eb9866044
commit
8d4007321f
@ -159,9 +159,9 @@ add_ppa() {
|
||||
else
|
||||
add_list "$ppa"
|
||||
fi
|
||||
status="$?"
|
||||
exit_code="$?"
|
||||
. /etc/os-release
|
||||
return $status
|
||||
return $exit_code
|
||||
}
|
||||
|
||||
# Function to update a PPA.
|
||||
|
Loading…
Reference in New Issue
Block a user