kaytu-io / kaytu

Kaytu's AI platform boosts cloud efficiency by analyzing historical usage and delivering intelligent recommendations—such as optimizing instance sizes—that maintain reliability. Pay for what you need, without compromising your apps.
https://kaytu.io
Other
593 stars 10 forks source link

Homebrew installation failing #186

Closed ADorigi closed 3 weeks ago

ADorigi commented 3 weeks ago

Describe the bug The homebrew installation fails with the following error message:

Error: kaytu-io/cli-tap/kaytu: /opt/homebrew/Library/Taps/kaytu-io/homebrew-cli-tap/kaytu.rb:7: syntax error, unexpected local variable or method, expecting `end' or dummy end
...page "https://github.com/"kaytu-io"/"kaytu""
...      

To Reproduce Steps to reproduce the behavior:

  1. brew tap kaytu-io/cli-tap
  2. brew install kaytu

Expected behavior Kaytu should install successfully

Additional context The error depicts that the homebrew formula at kaytu-io/cli-tap tap is corrupted.

ADorigi commented 3 weeks ago

The error was in the goreleaser configuration.

Will update the PR #185 and add the changes to it