summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-08-07 13:44:54 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-08-07 13:44:54 +0000
commitdf3d2db5ddfe2b0aa988a41dc6e840ebd4af6435 (patch)
treed18620dd8248d05fcf0a062c15934426e01a2961 /share
parent95c38e53af92ac6e545a68f68835db9bec214025 (diff)
parent3e440101b0352a0bbca989f61977b16e63d077df (diff)
downloadsubplot-0.2.2.tar.gz
Merge branch 'release' into 'main'0.2.2
prepare release 0.2.2 See merge request subplot/subplot!200
Diffstat (limited to 'share')
-rw-r--r--share/bash/template/files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/bash/template/files.sh b/share/bash/template/files.sh
index e27bf0d..7c24ec0 100644
--- a/share/bash/template/files.sh
+++ b/share/bash/template/files.sh
@@ -3,6 +3,7 @@
# Store files embedded in the markdown input.
files_new() {
+ # shellcheck disable=SC2154
rm -rf "$_datadir/_files"
mkdir "$_datadir/_files"
}