Skip to content

Commit

Permalink
rename file for Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jan 8, 2025
1 parent 0518dc8 commit b3020d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/heta-compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class HetaCompiler < Formula
license "Apache-2.0"

def install
# Rename the file from `heta-compiler` to `heta` and install it
mv "heta-compiler", "heta"
bin.install "heta"
end

Expand Down

0 comments on commit b3020d3

Please sign in to comment.