Skip to content

Commit

Permalink
Fix typo (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: rugk <[email protected]>
  • Loading branch information
rugk authored Dec 13, 2023
1 parent 40f3cdf commit 7c6b27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocha/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean_download() {
function _apt_get_install() {
tempdir=$1

# copy current state of apt list - in order to revert back later (minimize contianer layer size)
# copy current state of apt list - in order to revert back later (minimize container layer size)
cp -p -R /var/lib/apt/lists $tempdir
apt-get update -y
apt-get -y install --no-install-recommends wget ca-certificates
Expand Down

0 comments on commit 7c6b27a

Please sign in to comment.