Unverified Commit fde265ed authored by Gorjan Mishevski's avatar Gorjan Mishevski Committed by GitHub

Update index.md

Syntax typo error fix.
parent e1ccd84c
......@@ -358,7 +358,7 @@ Here are a few things I use to clean things up.
```
dclean() {
processes=`docker ps -q -f status=exited`
if [ -n "$processes" ]; thend
if [ -n "$processes" ]; then
docker rm $processes
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