Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 7c6b27a

Browse files
authored
Fix typo (#509)
Signed-off-by: rugk <[email protected]>
1 parent 40f3cdf commit 7c6b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mocha/library_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean_download() {
1919
function _apt_get_install() {
2020
tempdir=$1
2121

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

0 commit comments

Comments
 (0)