diff --git a/pre_cache_action.sh b/pre_cache_action.sh index 21b31ca..c2fe2d6 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -47,7 +47,7 @@ log_empty_line versioned_packages="" log "Verifying packages..." for package in ${packages}; do - if test ! "$(apt-fast show "${package}")"; then + if test ! "$(apt-cache show "${package}")"; then echo "aborted" log "Package '${package}' not found." >&2 exit 3