aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/live b/bin/live
index 4320f7d..afe2623 100755
--- a/bin/live
+++ b/bin/live
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
-DIR="data/$(timestamp)"/"$(now)"
+DIR="live/data/$(timestamp)"/"$(now)"
mkdir -p "$DIR"
cd "$DIR"