mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
Fix typo for 'base-directory'
This commit is contained in:
parent
c1f6919245
commit
22560dd43a
2
main.go
2
main.go
@ -32,7 +32,7 @@ func init() {
|
|||||||
// Ensure base directory is valid
|
// Ensure base directory is valid
|
||||||
dir_err_str := "The base directory doesn't look like it contains the " +
|
dir_err_str := "The base directory doesn't look like it contains the " +
|
||||||
"'static' directory. Check to make sure your config file contains the" +
|
"'static' directory. Check to make sure your config file contains the" +
|
||||||
"right path for 'base_directory'."
|
"right path for 'base-directory'."
|
||||||
static_dir, err := os.Stat(static_path)
|
static_dir, err := os.Stat(static_path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Print(err)
|
log.Print(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user