aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-14 20:18:54 +0100
committerGravatar Joe Banks <[email protected]>2024-08-14 20:18:54 +0100
commiteca1db7111b8350e2f0cc945d8fbbbd53156ac3e (patch)
treed6842a9dcd3cd38bc0cfda84f7d93779e2d7b6fe /docs
parentMake docs builder script executable (diff)
Builder use sh instead of bash
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/builder.sh b/docs/builder.sh
index 06c5893..a0276d7 100755
--- a/docs/builder.sh
+++ b/docs/builder.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Ensure Poetry is accessible in the current session
export PATH=“/opt/render/project/poetry/bin:$PATH”