Updated SC2181 (markdown)

Mehmet YUCE
2020-06-26 11:56:23 +03:00
parent 9c9b487f40
commit cc7758dcee

@@ -14,7 +14,7 @@ fi
### Correct code: ### Correct code:
```sh ```sh
if ! make mytarget if ! make mytarget;
then then
echo "Build failed" echo "Build failed"
fi fi