fix(lib-db): Forgot to add a slash to the path variable.
This commit is contained in:
parent
56b9c2cecb
commit
86431a17f8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue