diff options
Diffstat (limited to '')
-rwxr-xr-x | src/bin/pb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |