Unverified Commit 4730ed1b authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1308 from gorjan-mishevski/patch-1

Update index.md
parents c21c6760 fde265ed
...@@ -358,7 +358,7 @@ Here are a few things I use to clean things up. ...@@ -358,7 +358,7 @@ Here are a few things I use to clean things up.
``` ```
dclean() { dclean() {
processes=`docker ps -q -f status=exited` processes=`docker ps -q -f status=exited`
if [ -n "$processes" ]; thend if [ -n "$processes" ]; then
docker rm $processes docker rm $processes
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment