Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Jul 19, 2024
1 parent c020e71 commit d307a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaiser/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def ensure_setup
)

innerdnsconffile = "#{ENV['HOME']}/.kaiser/dnsconf"
outerdnsconffile = "#{homedir_loc}/.kaiser/dnsconf"
outerdnsconffile = "#{home_dir_loc}/.kaiser/dnsconf"
File.write(innerdnsconffile, <<~HOSTS)
log-queries
no-resolv
Expand Down

0 comments on commit d307a8a

Please sign in to comment.