aboutsummaryrefslogtreecommitdiff
path: root/editor/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/example.html')
-rw-r--r--editor/example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/example.html b/editor/example.html
index c4eef27..8763dbc 100644
--- a/editor/example.html
+++ b/editor/example.html
@@ -16,7 +16,7 @@
let nodeFile = {
name: "Test",
path: "/test",
- content: `mkdir -p \${HOME}/aur/stackdriver-collectd
+ content: btoa(`mkdir -p \${HOME}/aur/stackdriver-collectd
git -C \${HOME}/aur/stackdriver-collectd clone \\
ssh://aur@aur.archlinux.org/stackdriver-collectd.git .
@@ -46,7 +46,7 @@ sudo systemctl status stackdriver-collectd
sudo systemctl restart telegraf
sudo systemctl status telegraf
-`,
+`),
}
function main() {