diff --git a/check-version.sh b/check-version.sh index 6569bc3..6d4fb24 100644 --- a/check-version.sh +++ b/check-version.sh @@ -4,6 +4,6 @@ NAME="intltool" # Get version number from launchpad API -VERSION=$(curl -s -L https://api.staging.launchpad.net/1.0/"$NAME"/releases | jq -r '.entries[-1].version') +VERSION=$(curl -s -L https://api.launchpad.net/1.0/"$NAME"/releases | jq -r '.entries[-1].version') echo "$VERSION"