We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69672a6 commit 8ca20c1Copy full SHA for 8ca20c1
til.go
@@ -45,7 +45,7 @@ targetDirectory: "~/Documents/til"
45
errConfigFileAssert = "could not assert the configuration file exists"
46
errConfigFileCreate = "could not create the configuration file"
47
errConfigFileWrite = "could not write the configuration file"
48
- errConfigPathEmpty = "the config path cannot be empty"
+ errConfigPathEmpty = "config path cannot be empty"
49
errConfigValueRead = "could not read a required configuration value"
50
errNoTitle = "title must not be blank"
51
errTargetDirCreate = "could not create the target directories"
0 commit comments