Skip to content

Commit 8ca20c1

Browse files
Normalize the error messages
Signed-off-by: Chris Cummer <chriscummer@me.com>
1 parent 69672a6 commit 8ca20c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

til.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ targetDirectory: "~/Documents/til"
4545
errConfigFileAssert = "could not assert the configuration file exists"
4646
errConfigFileCreate = "could not create the configuration file"
4747
errConfigFileWrite = "could not write the configuration file"
48-
errConfigPathEmpty = "the config path cannot be empty"
48+
errConfigPathEmpty = "config path cannot be empty"
4949
errConfigValueRead = "could not read a required configuration value"
5050
errNoTitle = "title must not be blank"
5151
errTargetDirCreate = "could not create the target directories"

0 commit comments

Comments
 (0)