Skip to content

Commit

Permalink
Fix small syntax error (wimpysworld#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and mrm48 committed Jul 21, 2022
1 parent 79baf84 commit 056c0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-get
Expand Up @@ -2457,7 +2457,7 @@ case "${ACTION}" in
ls -lh "${CACHE_DIR}/";;
clean)
elevate_privs
${ELEVATE} rm -v "${CACHE_DIR}"/*.deb;;
${ELEVATE} rm -v "${CACHE_DIR}"/*.deb
${ELEVATE} rm -v "${CACHE_DIR}"/*.json;;
show)
for APP in "${@,,}"; do
Expand Down

0 comments on commit 056c0b5

Please sign in to comment.