summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/pb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pb b/src/bin/pb
index ed88c62..c934124 100755
--- a/src/bin/pb
+++ b/src/bin/pb
@@ -30,7 +30,7 @@ FILENAME="${FILENAME%.adoc}.adoc"
cd "$(dirname "$(readlink -f -- "$0")")"/../../
-DIR=src/content/pastebins/"$(timestamp | sed 's|-|/|g')"
+DIR=src/content/en/pastebins/"$(timestamp | sed 's|-|/|g')"
OUT="$DIR"/"$FILENAME"
if [ -e "$OUT" ]; then