fix(lib-db): Forgot to add a slash to the path variable.

This commit is contained in:
purple 2023-10-31 15:47:28 +01:00
parent 56b9c2cecb
commit 86431a17f8

View file

@ -3,7 +3,7 @@
# This script has been created as part of the Blueprint source code
# and may be intergrated directly into the core in the future.
FLDR=$BLUEPRINT__FOLDER".blueprint/data/internal/db/database"
FLDR=$BLUEPRINT__FOLDER"/.blueprint/data/internal/db/database"
dbAdd() {
# dbAdd "database.record";