Fix typo for 'base-directory'

This commit is contained in:
Aaron Lindsay 2017-10-02 21:01:23 -04:00
parent c1f6919245
commit 22560dd43a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func init() {
// Ensure base directory is valid
dir_err_str := "The base directory doesn't look like it 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)
if err != nil {
log.Print(err)