0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Updated script

This commit is contained in:
Tonye Jack 2023-09-08 01:34:20 +00:00
parent 68260fe408
commit 9e8e19cd58

View file

@ -6,7 +6,7 @@ echo "::group::pg-dump"
echo "Creating the output directory..."
mkdir -p $(dirname "$INPUT_PATH")
mkdir -p "$(dirname "$INPUT_PATH")"
echo "Created the output directory"