From f115c42b250a3e59ee7084a3a5cd68ee5f9e31bb Mon Sep 17 00:00:00 2001 From: Abzie Date: Mon, 6 Feb 2017 06:47:02 +0000 Subject: [PATCH] Fixed trailing code quotes from pp script markup --- Custom-Post-Processing-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 32c2702..d18a458 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -81,4 +81,4 @@ if [ $PERMFILESIZE == $ORIGFILESIZE ] then rm "$LINKPATH" ln -s "$PERMPATH" "$LINKPATH" -fi``` \ No newline at end of file +fi \ No newline at end of file