From 22560dd43a36826f318394637c2663a9d565b45e Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 2 Oct 2017 21:01:23 -0400 Subject: [PATCH] Fix typo for 'base-directory' --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 96c4bce..3614b6f 100644 --- a/main.go +++ b/main.go @@ -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)