Slightly smarter program location
This commit is contained in:
parent
78b2b53093
commit
99f0625905
1 changed files with 1 additions and 1 deletions
2
blog
2
blog
|
@ -8,7 +8,7 @@ my %*SUB-MAIN-OPTS =
|
||||||
:bundling,
|
:bundling,
|
||||||
;
|
;
|
||||||
|
|
||||||
my IO::Path:D $blog-dir = $*PROGRAM.dirname.IO.dirname.IO;
|
my IO::Path:D $blog-dir = $*PROGRAM.parent;
|
||||||
#= The directory this script is located in
|
#= The directory this script is located in
|
||||||
|
|
||||||
#| Load the database from the provided file
|
#| Load the database from the provided file
|
||||||
|
|
Loading…
Add table
Reference in a new issue