Epic fix, enable self_upgrade now

This commit is contained in:
Kayou 2021-03-17 09:58:58 +01:00 committed by GitHub
parent 763f293531
commit e98e9d1809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ then
exit 0
fi
#self_upgrade # FIXME renenable this later
self_upgrade
fetch_or_upgrade_package_linter
readonly TEST_CONTEXT=$(mktemp -d /tmp/package_check.XXXXXX)