diff --git a/README.md b/README.md index 9372595..b328404 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The default configuration file is located at `$HOME/.config/barrier/config.yml`, but you can customize its location using the following environment variables: - BARRIER_CONFIG_PATH - Specifies the full path to the configuration file. -- BARRIER_CONFIG_HOME -Specifies the folder where the `config.yml` file is located. +- BARRIER_CONFIG_HOME - Specifies the folder where the `config.yml` file is located. - XDG_CONFIG_HOME - Specifies the base directory for user-specific configuration files. Barrier will look for `barrier/config.yml` within this directory. To create a local configuration file, run: diff --git a/internal/action/update.go b/internal/action/update.go index e9638e8..540ca47 100644 --- a/internal/action/update.go +++ b/internal/action/update.go @@ -35,7 +35,7 @@ func (a *Action) Update(_ *cli.Context) error { return exit.Error(exit.HostsFile, err, "failed to write to hosts file") } - log.Info().Msg("domain blocking successfully updated and enabled") + log.Info().Msg("domains blocking successfully updated and enabled") return nil }