Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent 0173958 commit 166668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/cleanup_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function cleanup_apt() {
local remove_var_lib_apt_lists=$1
apt-get autoremove -y && rm -rf "$HOME"/.cache
if [[ "$remove_var_lib_apt_lists" = true ]]; then
if [[ $remove_var_lib_apt_lists == true ]]; then
rm -rf /var/lib/apt/lists/*
fi
}
Expand Down

0 comments on commit 166668c

Please sign in to comment.