Escape shell template literal interpolation
cgen-25050a24b34b4963bcd155a3ef0c0517
This commit is contained in:
parent
c3dfc2d2e7
commit
22349d88fb
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ export function ActivityOverlay() {
|
||||||
code: `#!/usr/bin/env bash
|
code: `#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
WORKSPACE=${1:-"mods"}
|
WORKSPACE=\${1:-"mods"}
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
aethex login --token "$AETHEX_TOKEN"
|
aethex login --token "$AETHEX_TOKEN"
|
||||||
|
|
@ -254,4 +254,4 @@ export default function DocsExamples() {
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue