mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-23 03:05:28 +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..."
|
log -n "Updating APT package list..."
|
||||||
sudo apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
"done."
|
echo "done."
|
||||||
|
|
||||||
# Strictly contains the requested packages.
|
# Strictly contains the requested packages.
|
||||||
manifest_main=""
|
manifest_main=""
|
||||||
|
|
Loading…
Reference in a new issue