Skip to content

Commit

Permalink
Merge pull request #33 from maier/master
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
maier committed Mar 1, 2022
2 parents f29a1d0 + 2b5df87 commit fe213ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.3

* fix: typo in systemd service file

# v1.0.2

* fix: config unit tests
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestLogConfDir(t *testing.T) {

t.Log("Valid directory")
{
viper.Set(KeyLogConfDir, filepath.Join("testdata"))
viper.Set(KeyLogConfDir, "testdata")
err := logConfDir()
if err != nil {
t.Fatal("Expected NO error")
Expand Down

0 comments on commit fe213ca

Please sign in to comment.