Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WIttyJudge committed Nov 20, 2024
1 parent e22e3f5 commit 2b9a426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion internal/action/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 2b9a426

Please sign in to comment.