summaryrefslogtreecommitdiff
path: root/src/bin/pb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-18 02:17:12 -0300
committerEuAndreh <eu@euandre.org>2025-04-18 02:48:42 -0300
commit020c1e77489b772f854bb3288b9c8d2818a6bf9d (patch)
tree142aec725a52162a446ea7d947cb4347c9d573c9 /src/bin/pb
parentMakefile: Remove security.txt.gz (diff)
downloadeuandre.org-020c1e77489b772f854bb3288b9c8d2818a6bf9d.tar.gz
euandre.org-020c1e77489b772f854bb3288b9c8d2818a6bf9d.tar.xz
git mv src/content/* src/content/en/
Diffstat (limited to 'src/bin/pb')
-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