Skip to content

Commit bb6f0cc

Browse files
committed
fix epithet
1 parent 55893e1 commit bb6f0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/epithet.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ class Epithet < Formula
1111
def install
1212
system "make", "epithet"
1313
bin.install "epithet"
14-
(share/"epithet").install "examples/client/.epithet/config" => "config.example"
14+
(share/"epithet").install "examples/client/.epithet/config.yaml" => "config.yaml.example"
1515
end
1616

1717
def caveats
1818
<<~EOS
1919
To complete setup, run:
2020
mkdir -p ~/.epithet ~/Library/logs/dev.epithet
21-
cp #{opt_share}/epithet/config.yaml ~/.epithet/config.yaml.example
21+
cp #{opt_share}/epithet/config.yaml.example ~/.epithet/config.yaml
2222
2323
Then start the agent:
2424
brew services start epithet

0 commit comments

Comments
 (0)