diff --git a/SC3066.md b/SC3066.md index f0a728e..55bc1f8 100644 --- a/SC3066.md +++ b/SC3066.md @@ -15,7 +15,8 @@ fi if [ -n "$(find file -prune -group "$(id -g)")" ] then echo "File is owned by your effective group" -fi``` +fi +``` ### Rationale: