mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Fix minor bug.
This commit is contained in:
parent
f6ea1022c2
commit
7274c01428
|
@ -25,7 +25,7 @@ done
|
|||
|
||||
log -n "Updating APT package list..."
|
||||
sudo apt-get update > /dev/null
|
||||
"done."
|
||||
echo "done."
|
||||
|
||||
# Strictly contains the requested packages.
|
||||
manifest_main=""
|
||||
|
|
Loading…
Reference in a new issue