From 9a4ac6d96949aeaea88519d3167c1bfdb45c44ff Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 04:46:20 +0100 Subject: [PATCH] build: Fix. --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 00ffaf8..c1c52b7 100755 --- a/src/build.sh +++ b/src/build.sh @@ -2,7 +2,7 @@ __target='../static/images/generated/rice/connections.svg' -mkdir -P "${__target}" +mkdir -p "${__target}" sed -e 's/\[depend_value\]/[color=blue]/' \ -e 's/\[proxy_value\]/\[color=deepskyblue\]/' \